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 classReturns only animation messages.static classReturns only audio messages.static classReturns only messages containing chat photos.static classReturns only document messages.static classReturns all found messages, no filter is applied.static classReturns only failed to send messages.static classReturns only messages with mentions of the current user, or messages that are replies to their messages.static classReturns only photo messages.static classReturns only photo and video messages.static classReturns only pinned messages.static classReturns only messages with unread mentions of the current user, or messages that are replies to their messages.static classReturns only messages with unread reactions for the current user.static classReturns only messages containing URLs.static classReturns only video messages.static classReturns only video note messages.static classReturns only voice and video note messages.static classReturns only voice note messages.Fields in org.drinkless.tdlib declared as TdApi.SearchMessagesFilterModifier and TypeFieldDescriptionTdApi.GetChatMessageCalendar.filterFilter for message content.TdApi.GetChatMessageCount.filterFilter for message content; searchMessagesFilterEmpty is unsupported in this function.TdApi.GetChatMessagePosition.filterFilter for message content; searchMessagesFilterEmpty, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, and searchMessagesFilterFailedToSend are unsupported in this function.TdApi.GetChatSparseMessagePositions.filterFilter for message content.TdApi.SearchChatMessages.filterAdditional filter for messages to search; pass null to search for all messages.TdApi.SearchMessages.filterAdditional filter for messages to search; pass null to search for all messages.TdApi.SearchSecretMessages.filterAdditional 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.MessageTopic topicId, TdApi.SearchMessagesFilter filter, long fromMessageId) Creates a function, which returns information about the next messages of the specified type in the chat split by days.GetChatMessageCount(long chatId, TdApi.MessageTopic topicId, TdApi.SearchMessagesFilter filter, boolean returnLocal) Creates a function, which returns approximate number of messages of the specified type in the chat or its topic.GetChatMessagePosition(long chatId, TdApi.MessageTopic topicId, TdApi.SearchMessagesFilter filter, long messageId) 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 and topic.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, TdApi.MessageTopic topicId, String query, TdApi.MessageSender senderId, long fromMessageId, int offset, int limit, TdApi.SearchMessagesFilter filter) 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.