Removed UpdateEventType.php deprecated
This commit is contained in:
parent
bcf23f3834
commit
b4a7d69c3c
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace TgBotLib\Enums\Types;
|
||||
|
||||
enum UpdateEventType : string
|
||||
{
|
||||
case GENERIC_UPDATE = 'generic_update';
|
||||
|
||||
case MESSAGE = 'message';
|
||||
|
||||
case EDITED_MESSAGE = 'edited_message';
|
||||
}
|
Loading…
Add table
Reference in a new issue