mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
#289 added setMyCommands test
This commit is contained in:
parent
c8f126b8ea
commit
38a2309c32
2 changed files with 16 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ AUDIO = {
|
|||
"file_size": 9507774,
|
||||
}
|
||||
|
||||
BOT_COMMAND = {
|
||||
"command": "start",
|
||||
"description": "Start bot",
|
||||
}
|
||||
|
||||
CHAT_MEMBER = {
|
||||
"user": USER,
|
||||
"status": "administrator",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue