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
{{ message }}
This repository was archived by the owner on Aug 25, 2023. It is now read-only.
:param string user_id: Can also be a :doc:`User` object
221
+
:param number score:
222
+
:param boolean inline: Is the message an inline one?
223
+
:param object options:
224
+
:param string chat_id: Can also be a :doc:`Chat` or a :doc:`User` object
225
+
:returns: A promise that resolves to a :doc:`Message` object representing the updated message. True is returned by the promise if the message is an inline one or if the request did not instruct Telegram to edit the original message.
:param string user_id: Can also be a :doc:`User` object
63
+
:param number score:
64
+
:param boolean inline: Is the message an inline one?
65
+
:param object options:
66
+
:returns: A promise that resolves to a :doc:`Message` object representing the updated message. True is returned by the promise if the message is an inline one or if the request did not instruct Telegram to edit the original message.
Copy file name to clipboardExpand all lines: docs/objects/User.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,14 @@ Creates a new User object.
77
77
:param string action: <String> Must be one of the following: ``typing``, ``upload_photo``, ``record_video``, ``upload_video``, ``record_audio``, ``upload_audio``, ``upload_document``, ``find_location``
78
78
:returns: A promise that resolves to the response (true on success).
0 commit comments