You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
461 B

1 year ago
  1. # Group or Channel
  2. Requests specific to groups and channels all get handled in [`GenericmessageCommand.php`](GenericmessageCommand.php).
  3. The two extra commands [`NewchatmembersCommand`](NewchatmembersCommand.php) and [`LeftchatmemberCommand`](LeftchatmemberCommand.php) are simply files that can be called as commands from within a command, not by a user.
  4. Have a look at [`GenericmessageCommand.php`](GenericmessageCommand.php) to understand what you can do.