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
//@chat_id Chat identifier of the channel direct messages chat
9731
9731
//@topic_id Identifier of the topic which messages will be fetched
9732
9732
//@from_message_id Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message
9733
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset up to 99 to get additionally some newer messages
9734
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset.
9733
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number from -99 to -1 to get additionally -offset newer messages
9734
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than or equal to -offset.
9735
9735
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
//@description Returns messages in a Saved Messages topic. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id)
9796
9796
//@saved_messages_topic_id Identifier of Saved Messages topic which messages will be fetched
9797
9797
//@from_message_id Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message
9798
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset up to 99 to get additionally some newer messages
9799
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset.
9798
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number from -99 to -1 to get additionally -offset newer messages
9799
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than or equal to -offset.
9800
9800
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
//-For optimal performance, the number of returned messages is chosen by TDLib. This is an offline method if only_local is true
9835
9835
//@chat_id Chat identifier
9836
9836
//@from_message_id Identifier of the message starting from which history must be fetched; use 0 to get results from the last message
9837
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset up to 99 to get additionally some newer messages
9838
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset.
9837
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number from -99 to -1 to get additionally -offset newer messages
9838
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than or equal to -offset.
9839
9839
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
9840
9840
//@only_local Pass true to get only messages that are available without sending network requests
@@ -9845,8 +9845,8 @@ getChatHistory chat_id:int53 from_message_id:int53 offset:int32 limit:int32 only
9845
9845
//@chat_id Chat identifier
9846
9846
//@message_id Message identifier, which thread history needs to be returned
9847
9847
//@from_message_id Identifier of the message starting from which history must be fetched; use 0 to get results from the last message
9848
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset up to 99 to get additionally some newer messages
9849
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset.
9848
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number from -99 to -1 to get additionally -offset newer messages
9849
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than or equal to -offset.
9850
9850
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
//@sender_id Identifier of the sender of messages to search for; pass null to search for messages from any sender. Not supported in secret chats
9871
9871
//@from_message_id Identifier of the message starting from which history must be fetched; use 0 to get results from the last message
9872
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset to get the specified message and some newer messages
9873
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than -offset.
9872
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number to get the specified message and some newer messages
9873
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than -offset.
9874
9874
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
9875
9875
//@filter Additional filter for messages to search; pass null to search for all messages
//@tag Tag to search for; pass null to return all suitable messages
9903
9903
//@query Query to search for
9904
9904
//@from_message_id Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message
9905
-
//@offset Specify 0 to get results from exactly the message from_message_id or a negative offset to get the specified message and some newer messages
9906
-
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than -offset.
9905
+
//@offset Specify 0 to get results from exactly the message from_message_id or a negative number to get the specified message and some newer messages
9906
+
//@limit The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, then the limit must be greater than -offset.
9907
9907
//-For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
0 commit comments