Uses of Class
org.drinkless.tdlib.TdApi.ChatList
-
Packages that use TdApi.ChatList Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatList in org.drinkless.tdlib
Subclasses of TdApi.ChatList in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatListArchiveA list of chats usually located at the top of the main chat list.static classTdApi.ChatListFilterA list of chats belonging to a chat filter.static classTdApi.ChatListMainA main list of chats.Fields in org.drinkless.tdlib declared as TdApi.ChatList Modifier and Type Field Description TdApi.ChatListTdApi.AddChatToList. chatListThe chat list.TdApi.ChatListTdApi.GetChats. chatListThe chat list in which to return chats; pass null to get chats from the main chat list.TdApi.ChatListTdApi.LoadChats. chatListThe chat list in which to load chats; pass null to load chats from the main chat list.TdApi.ChatListTdApi.SearchMessages. chatListChat list in which to search messages; pass null to search in all chats regardless of their chat list.TdApi.ChatListTdApi.SetPinnedChats. chatListChat list in which to change the order of pinned chats.TdApi.ChatListTdApi.ToggleChatIsPinned. chatListChat list in which to change the pinned state of the chat.TdApi.ChatListTdApi.UpdateUnreadChatCount. chatListThe chat list with changed number of unread messages.TdApi.ChatListTdApi.UpdateUnreadMessageCount. chatListThe chat list with changed number of unread messages.TdApi.ChatList[]TdApi.ChatLists. chatListsList of chat lists.TdApi.ChatListTdApi.ChatPosition. listThe chat list.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatList Constructor Description AddChatToList(long chatId, TdApi.ChatList chatList)Creates a function, which adds a chat to a chat list.ChatLists(TdApi.ChatList[] chatLists)Contains a list of chat lists.ChatPosition(TdApi.ChatList list, long order, boolean isPinned, TdApi.ChatSource source)Describes a position of a chat in a chat list.GetChats(TdApi.ChatList chatList, int limit)Creates a function, which returns an ordered list of chats from the beginning of a chat list.LoadChats(TdApi.ChatList chatList, int limit)Creates a function, which loads more chats from a chat list.SearchMessages(TdApi.ChatList chatList, String query, int offsetDate, long offsetChatId, long offsetMessageId, int limit, TdApi.SearchMessagesFilter filter, int minDate, int maxDate)Creates a function, which searches for messages in all chats except secret chats.SetPinnedChats(TdApi.ChatList chatList, long[] chatIds)Creates a function, which changes the order of pinned chats.ToggleChatIsPinned(TdApi.ChatList chatList, long chatId, boolean isPinned)Creates a function, which changes the pinned state of a chat.UpdateUnreadChatCount(TdApi.ChatList chatList, int totalCount, int unreadCount, int unreadUnmutedCount, int markedAsUnreadCount, int markedAsUnreadUnmutedCount)Number of unread chats, i.e.UpdateUnreadMessageCount(TdApi.ChatList chatList, int unreadCount, int unreadUnmutedCount)Number of unread messages in a chat list has changed.
-