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.
LIERLIER 197a7949bd base 1 year ago
..
ChannelpostCommand.php base 1 year ago
EditedchannelpostCommand.php base 1 year ago
EditedmessageCommand.php base 1 year ago
EditmessageCommand.php base 1 year ago
GenericmessageCommand.php base 1 year ago
README.md base 1 year ago

README.md

Message

You bot can handle all types of messages.

Private and Group chats

Messages in private and group chats get handled by GenericmessageCommand.php. When a message gets edited, it gets handled by EditedmessageCommand.php

(Have a look at EditmessageCommand.php for an example of how to edit messages via your bot)

Channels

For channels, the messages (or posts) get handled by ChannelpostCommand.php. When a channel post gets edited, it gets handled by EditedchannelpostCommand.php