Add support for message reaction count events
This commit is contained in:
parent
ac431136de
commit
ada256566e
3 changed files with 38 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
use TgBotLib\Events\ChatMemberUpdatedEvent;
|
||||
use TgBotLib\Events\ChosenInlineResultEvent;
|
||||
use TgBotLib\Events\InlineQueryEvent;
|
||||
use TgBotLib\Events\MessageReactionCountEvent;
|
||||
use TgBotLib\Events\MyChatMemberUpdatedEvent;
|
||||
use TgBotLib\Events\PollAnswerEvent;
|
||||
use TgBotLib\Events\PollEvent;
|
||||
|
@ -34,4 +35,5 @@
|
|||
case CALLBACK_QUERY = CallbackQueryEvent::class;
|
||||
case CHOSEN_INLINE_RESULT = ChosenInlineResultEvent::class;
|
||||
case INLINE_QUERY = InlineQueryEvent::class;
|
||||
case MESSAGE_REACTION_COUNT = MessageReactionCountEvent::class;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue