Rename EventType to UpdateEventType for clarity
This commit is contained in:
parent
b8b1a87639
commit
73d14179b1
9 changed files with 31 additions and 31 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use TgBotLib\Abstracts\UpdateEvent;
|
||||
use TgBotLib\Classes\Utilities;
|
||||
use TgBotLib\Enums\EventType;
|
||||
use TgBotLib\Enums\UpdateEventType;
|
||||
use TgBotLib\Objects\Update;
|
||||
|
||||
class PollingBot extends Bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue