mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added support for topics in Bot API 6.3 (#1061)
* Added support for topics in Bot API 6.3 * Added the field can_manage_topics * Added new classes for topics * Added is_forum field to Chat class Co-authored-by: katant <katantdev@mail.ru>
This commit is contained in:
parent
8604ab7cd0
commit
27dea25c52
14 changed files with 210 additions and 9 deletions
|
|
@ -61,6 +61,7 @@ CHAT_MEMBER = {
|
|||
"can_promote_members": False,
|
||||
"can_manage_voice_chats": True, # Deprecated
|
||||
"can_manage_video_chats": True,
|
||||
"can_manage_topics": True,
|
||||
"is_anonymous": False,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue