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.
|
2 years ago | |
---|---|---|
.. | ||
ChannelpostCommand.php | 2 years ago | |
EditedchannelpostCommand.php | 2 years ago | |
EditedmessageCommand.php | 2 years ago | |
EditmessageCommand.php | 2 years ago | |
GenericmessageCommand.php | 2 years ago | |
README.md | 2 years 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