Uses of Class
it.tdlight.jni.TdApi.ChatList
-
Uses of TdApi.ChatList in it.tdlight.jni
Subclasses of TdApi.ChatList in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA list of chats usually located at the top of the main chat list.static final classA list of chats added to a chat folder.static final classA main list of chats.Fields in it.tdlight.jni declared as TdApi.ChatListModifier and TypeFieldDescriptionTdApi.AddChatToList.chatListThe chat list.TdApi.GetChats.chatListThe chat list in which to return chats; pass null to get chats from the main chat list.TdApi.LoadChats.chatListThe chat list in which to load chats; pass null to load chats from the main chat list.TdApi.ReadChatList.chatListChat list in which to mark all chats as read.TdApi.SearchMessages.chatListChat list in which to search messages; pass null to search in all chats regardless of their chat list.TdApi.SetPinnedChats.chatListChat list in which to change the order of pinned chats.TdApi.ToggleChatIsPinned.chatListChat list in which to change the pinned state of the chat.TdApi.UpdateUnreadChatCount.chatListThe chat list with changed number of unread messages.TdApi.UpdateUnreadMessageCount.chatListThe chat list with changed number of unread messages.TdApi.ChatLists.chatListsList of chat lists.TdApi.ChatPosition.listThe chat list.Constructors in it.tdlight.jni with parameters of type TdApi.ChatListModifierConstructorDescriptionAddChatToList(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.ReadChatList(TdApi.ChatList chatList) Traverse all chats in a chat list and marks all messages in the chats as read.SearchMessages(TdApi.ChatList chatList, String query, String offset, 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.