We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f40044 commit 1bef1ecCopy full SHA for 1bef1ec
botogram/objects/chats.py
@@ -115,11 +115,11 @@ class Chat(BaseObject, mixins.ChatMixin):
115
# "pinned_message" = Message
116
"sticker_set_name": str,
117
"can_set_sticker_set": bool,
118
- "photo": ChatPhoto
+ "photo": ChatPhoto,
119
}
120
replace_keys = {
121
"invite_link": "_invite_link",
122
- "photo": "_photo"
+ "photo": "_photo",
123
124
_check_equality_ = "id"
125
0 commit comments