Rename EventType to UpdateEventType for clarity
This commit is contained in:
parent
b8b1a87639
commit
73d14179b1
9 changed files with 31 additions and 31 deletions
|
@ -8,7 +8,7 @@
|
|||
use TgBotLib\Events\ChatMemberUpdatedEvent;
|
||||
use TgBotLib\Events\RemovedChatBoostEvent;
|
||||
|
||||
enum EventType : string
|
||||
enum UpdateEventType : string
|
||||
{
|
||||
case UPDATE_EVENT = UpdateEvent::class;
|
||||
case REMOVED_CHAT_BOOST_EVENT = RemovedChatBoostEvent::class;
|
Loading…
Add table
Add a link
Reference in a new issue