X Tutup
Skip to content

Commit 45a4689

Browse files
committed
update docstrings of Message regarding supergroup conversion
1 parent 82030c4 commit 45a4689

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

telegram/message.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)
X Tutup