Add Edited Message Event support
This commit is contained in:
parent
2a08cc51de
commit
4829853d0e
3 changed files with 35 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
use TgBotLib\Events\DeletedBusinessMessagesEvent;
|
||||
use TgBotLib\Events\EditedBusinessMessageEvent;
|
||||
use TgBotLib\Events\EditedChannelPostEvent;
|
||||
use TgBotLib\Events\EditedMessageEvent;
|
||||
use TgBotLib\Events\InlineQueryEvent;
|
||||
use TgBotLib\Events\MessageReactionCountEvent;
|
||||
use TgBotLib\Events\MessageReactionEvent;
|
||||
|
@ -49,4 +50,5 @@
|
|||
case BUSINESS_CONNECTION = BusinessConnectionEvent::class;
|
||||
case EDITED_CHANNEL_POST = EditedChannelPostEvent::class;
|
||||
case CHANNEL_POST = ChannelPostEvent::class;
|
||||
case EDITED_MESSAGE = EditedMessageEvent::class;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue