You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyrogram/types/messages_and_media/message.py
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -244,8 +244,6 @@ class Message(Object, Update):
244
244
channel when it is created. It can only be found in reply_to_message if someone replies to a very
245
245
first message in a channel.
246
246
247
-
message_auto_delete_timer_changed
248
-
249
247
migrate_to_chat_id (``int``, *optional*):
250
248
The group has been migrated to a supergroup with the specified identifier.
251
249
This number may be greater than 32 bits and some programming languages may have difficulty/silent defects
@@ -267,10 +265,10 @@ class Message(Object, Update):
267
265
Message is an invoice for a `payment <https://core.telegram.org/bots/api#payments>`_, information about the invoice. `More about payments » <https://core.telegram.org/bots/api#payments>`_
Message is a service message about a successful payment, information about the payment. `More about payments »<https://core.telegram.org/bots/api#payments>`_
268
+
Message is a service message about a successful payment, information about the payment. `More about payments <https://core.telegram.org/bots/api#payments>`_
Message is a service message about a refunded payment, information about the payment. `More about payments »<https://core.telegram.org/bots/api#payments>`_
271
+
Message is a service message about a refunded payment, information about the payment. `More about payments <https://core.telegram.org/bots/api#payments>`_
0 commit comments