File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ class Message(TelegramObject):
5656 new_chat_photo (List[:class:`telegram.PhotoSize`]):
5757 delete_chat_photo (bool):
5858 group_chat_created (bool):
59+ supergroup_chat_created (bool):
60+ migrate_to_chat_id (int):
61+ migrate_from_chat_id (int):
62+ channel_chat_created (bool):
5963
6064 Args:
6165 message_id (int):
@@ -84,6 +88,10 @@ class Message(TelegramObject):
8488 new_chat_photo (Optional[List[:class:`telegram.PhotoSize`]):
8589 delete_chat_photo (Optional[bool]):
8690 group_chat_created (Optional[bool]):
91+ supergroup_chat_created (Optional[bool]):
92+ migrate_to_chat_id (Optional[int]):
93+ migrate_from_chat_id (Optional[int]):
94+ channel_chat_created (Optional[bool]):
8795 """
8896
8997 def __init__ (self ,
You can’t perform that action at this time.
0 commit comments