Uses of Class
org.drinkless.tdlib.TdApi.ChatList
Packages that use TdApi.ChatList
-
Uses of TdApi.ChatList in org.drinkless.tdlib
Subclasses of TdApi.ChatList in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A list of chats usually located at the top of the main chat list.static class
A list of chats added to a chat folder.static class
A main list of chats.Fields in org.drinkless.tdlib declared as TdApi.ChatListModifier 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.ReadChatList.chatList
Chat list in which to mark all chats as read.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.UpdateChatAddedToList.chatList
The chat list to which the chat was added.TdApi.UpdateChatRemovedFromList.chatList
The chat list from which the chat was removed.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.Chat.chatLists
Chat lists to which the chat belongs.TdApi.ChatLists.chatLists
List of chat lists.TdApi.ChatPosition.list
The chat list.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatListModifierConstructorDescriptionAddChatToList
(long chatId, TdApi.ChatList chatList) Creates a function, which adds a chat to a chat list.Chat
(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.ChatList[] chatLists, TdApi.MessageSender messageSenderId, TdApi.BlockList blockList, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean viewAsTopics, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.ChatAvailableReactions availableReactions, int messageAutoDeleteTime, TdApi.EmojiStatus emojiStatus, TdApi.ChatBackground background, String themeName, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.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.ReadChatList
(TdApi.ChatList chatList) Creates a function, which 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, TdApi.SearchMessagesChatTypeFilter chatTypeFilter, 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.UpdateChatAddedToList
(long chatId, TdApi.ChatList chatList) A chat was added to a chat list.UpdateChatRemovedFromList
(long chatId, TdApi.ChatList chatList) A chat was removed from a chat list.UpdateUnreadChatCount
(TdApi.ChatList chatList, int totalCount, int unreadCount, int unreadUnmutedCount, int markedAsUnreadCount, int markedAsUnreadUnmutedCount) Number of unread chats, i.e. with unread messages or marked as unread, has changed.UpdateUnreadMessageCount
(TdApi.ChatList chatList, int unreadCount, int unreadUnmutedCount) Number of unread messages in a chat list has changed.