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
//@description Returns only messages with unread mentions of the current user, or messages that are replies to their messages. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user
//@description Returns only messages with unread reactions for the current user. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user
//@offset_chat_id The chat identifier of the last found message, or 0 for the first request
4374
4377
//@offset_message_id The message identifier of the last found message, or 0 for the first request
4375
4378
//@limit The maximum number of messages to be returned; up to 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit
4376
-
//@filter Additional filter for messages to search; pass null to search for all messages. Filters searchMessagesFilterMention, searchMessagesFilterUnreadMention, searchMessagesFilterFailedToSend and searchMessagesFilterPinned are unsupported in this function
4379
+
//@filter Additional filter for messages to search; pass null to search for all messages. Filters searchMessagesFilterMention, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, searchMessagesFilterFailedToSend, and searchMessagesFilterPinned are unsupported in this function
4377
4380
//@min_date If not 0, the minimum date of the messages to return
4378
4381
//@max_date If not 0, the maximum date of the messages to return
//@description Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation. Returns the results in reverse chronological order (i.e., in order of decreasing message_id).
4407
4410
//-Cannot be used in secret chats or with searchMessagesFilterFailedToSend filter without an enabled message database
4408
4411
//@chat_id Identifier of the chat in which to return information about message positions
4409
-
//@filter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMentionand searchMessagesFilterUnreadMention are unsupported in this function
4412
+
//@filter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function
4410
4413
//@from_message_id The message identifier from which to return information about message positions
4411
4414
//@limit The expected number of message positions to be returned; 50-2000. A smaller number of positions can be returned, if there are not enough appropriate messages
//@description Returns information about the next messages of the specified type in the chat split by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset"
4415
4418
//@chat_id Identifier of the chat in which to return information about messages
4416
-
//@filter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMentionand searchMessagesFilterUnreadMention are unsupported in this function
4419
+
//@filter Filter for message content. Filters searchMessagesFilterEmpty, searchMessagesFilterMention, searchMessagesFilterUnreadMention, and searchMessagesFilterUnreadReaction are unsupported in this function
4417
4420
//@from_message_id The message identifier from which to return information about messages; use 0 to get results from the last message
0 commit comments