Uses of Class
it.tdlight.jni.TdApi.ChatList
-
Uses of TdApi.ChatList in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
A list of chats usually located at the top of the main chat list.static final class
A list of chats belonging to a chat filter.static final class
A main list of chats.Modifier and TypeFieldDescriptionTdApi.AddChatToList.chatList
The chat list.TdApi.GetChats.chatList
The chat list in which to return chats; pass null to get chats from the main chat list.TdApi.LoadChats.chatList
The chat list in which to load chats; pass null to load chats from the main chat list.TdApi.SearchMessages.chatList
Chat list in which to search messages; pass null to search in all chats regardless of their chat list.TdApi.SetPinnedChats.chatList
Chat list in which to change the order of pinned chats.TdApi.ToggleChatIsPinned.chatList
Chat list in which to change the pinned state of the chat.TdApi.UpdateUnreadChatCount.chatList
The chat list with changed number of unread messages.TdApi.UpdateUnreadMessageCount.chatList
The chat list with changed number of unread messages.TdApi.ChatLists.chatLists
List of chat lists.TdApi.ChatPosition.list
The chat list.ModifierConstructorDescriptionAddChatToList
(long chatId, TdApi.ChatList chatList) 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) Returns an ordered list of chats from the beginning of a chat list.LoadChats
(TdApi.ChatList chatList, int limit) 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) Searches for messages in all chats except secret chats.SetPinnedChats
(TdApi.ChatList chatList, long[] chatIds) Changes the order of pinned chats.ToggleChatIsPinned
(TdApi.ChatList chatList, long chatId, boolean isPinned) 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.