Uses of Class
org.drinkless.tdlib.TdApi.SearchMessagesFilter
Packages that use TdApi.SearchMessagesFilter
-
Uses of TdApi.SearchMessagesFilter in org.drinkless.tdlib
Subclasses of TdApi.SearchMessagesFilter in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Returns only animation messages.static class
Returns only audio messages.static class
Returns only messages containing chat photos.static class
Returns only document messages.static class
Returns all found messages, no filter is applied.static class
Returns only failed to send messages.static class
Returns only messages with mentions of the current user, or messages that are replies to their messages.static class
Returns only photo messages.static class
Returns only photo and video messages.static class
Returns only pinned messages.static class
Returns only messages with unread mentions of the current user, or messages that are replies to their messages.static class
Returns only messages with unread reactions for the current user.static class
Returns only messages containing URLs.static class
Returns only video messages.static class
Returns only video note messages.static class
Returns only voice and video note messages.static class
Returns only voice note messages.Fields in org.drinkless.tdlib declared as TdApi.SearchMessagesFilterModifier and TypeFieldDescriptionTdApi.GetChatMessageCalendar.filter
Filter for message content.TdApi.GetChatMessageCount.filter
Filter for message content; searchMessagesFilterEmpty is unsupported in this function.TdApi.GetChatMessagePosition.filter
Filter for message content; searchMessagesFilterEmpty, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, and searchMessagesFilterFailedToSend are unsupported in this function.TdApi.GetChatSparseMessagePositions.filter
Filter for message content.TdApi.SearchChatMessages.filter
Additional filter for messages to search; pass null to search for all messages.TdApi.SearchMessages.filter
Additional filter for messages to search; pass null to search for all messages.TdApi.SearchSecretMessages.filter
Additional filter for messages to search; pass null to search for all messages.Constructors in org.drinkless.tdlib with parameters of type TdApi.SearchMessagesFilterModifierConstructorDescriptionGetChatMessageCalendar
(long chatId, TdApi.SearchMessagesFilter filter, long fromMessageId, long savedMessagesTopicId) Creates a function, which returns information about the next messages of the specified type in the chat split by days.GetChatMessageCount
(long chatId, TdApi.SearchMessagesFilter filter, long savedMessagesTopicId, boolean returnLocal) Creates a function, which returns approximate number of messages of the specified type in the chat.GetChatMessagePosition
(long chatId, long messageId, TdApi.SearchMessagesFilter filter, long messageThreadId, long savedMessagesTopicId) Creates a function, which returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat.GetChatSparseMessagePositions
(long chatId, TdApi.SearchMessagesFilter filter, long fromMessageId, int limit, long savedMessagesTopicId) Creates a function, which returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.SearchChatMessages
(long chatId, String query, TdApi.MessageSender senderId, long fromMessageId, int offset, int limit, TdApi.SearchMessagesFilter filter, long messageThreadId, long savedMessagesTopicId) Creates a function, which searches for messages with given words in the chat.SearchMessages
(TdApi.ChatList chatList, String query, String offset, int limit, TdApi.SearchMessagesFilter filter, TdApi.SearchMessagesChatTypeFilter chatTypeFilter, int minDate, int maxDate) Creates a function, which searches for messages in all chats except secret chats.SearchSecretMessages
(long chatId, String query, String offset, int limit, TdApi.SearchMessagesFilter filter) Creates a function, which searches for messages in secret chats.