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.

461 B

Group or Channel

Requests specific to groups and channels all get handled in GenericmessageCommand.php.

The two extra commands NewchatmembersCommand and LeftchatmemberCommand are simply files that can be called as commands from within a command, not by a user. Have a look at GenericmessageCommand.php to understand what you can do.