forked from LIERLIER/telegram-bot-base
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
|
1 year ago | |
---|---|---|
.. | ||
ChannelpostCommand.php | 1 year ago | |
EditedchannelpostCommand.php | 1 year ago | |
EditedmessageCommand.php | 1 year ago | |
EditmessageCommand.php | 1 year ago | |
GenericmessageCommand.php | 1 year ago | |
README.md | 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