mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Delete old actions
This commit is contained in:
parent
6fb8dae945
commit
ba61bcd871
1 changed files with 1 additions and 3 deletions
|
|
@ -24,12 +24,10 @@ class ChatAction(AutoName):
|
|||
UPLOAD_PHOTO = enum.auto()
|
||||
RECORD_VIDEO = enum.auto()
|
||||
UPLOAD_VIDEO = enum.auto()
|
||||
UPLOAD_AUDIO = enum.auto()
|
||||
RECORD_AUDIO = enum.auto()
|
||||
RECORD_VOICE = enum.auto()
|
||||
UPLOAD_VOICE = enum.auto()
|
||||
UPLOAD_DOCUMENT = enum.auto()
|
||||
CHOOSE_STICKER = enum.auto()
|
||||
FIND_LOCATION = enum.auto()
|
||||
RECORD_VIDEO_NOTE = enum.auto()
|
||||
UPLOAD_VIDEO_NOTE = enum.auto()
|
||||
CHOOSE_STICKER = enum.auto()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue