Add support for message reaction event handling
This commit is contained in:
parent
ada256566e
commit
bcf23f3834
3 changed files with 38 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
use TgBotLib\Events\ChosenInlineResultEvent;
|
||||
use TgBotLib\Events\InlineQueryEvent;
|
||||
use TgBotLib\Events\MessageReactionCountEvent;
|
||||
use TgBotLib\Events\MessageReactionEvent;
|
||||
use TgBotLib\Events\MyChatMemberUpdatedEvent;
|
||||
use TgBotLib\Events\PollAnswerEvent;
|
||||
use TgBotLib\Events\PollEvent;
|
||||
|
@ -36,4 +37,5 @@
|
|||
case CHOSEN_INLINE_RESULT = ChosenInlineResultEvent::class;
|
||||
case INLINE_QUERY = InlineQueryEvent::class;
|
||||
case MESSAGE_REACTION_COUNT = MessageReactionCountEvent::class;
|
||||
case MESSAGE_REACTION = MessageReactionEvent::class;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue