Uses of Class
org.drinkless.tdlib.TdApi.ChatFolderIcon
Packages that use TdApi.ChatFolderIcon
-
Uses of TdApi.ChatFolderIcon in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatFolderIconModifier and TypeFieldDescriptionTdApi.ChatFolder.iconThe chosen icon for the chat folder; may be null.TdApi.ChatFolderInfo.iconThe chosen or default icon for the chat folder.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatFolderIconModifierConstructorDescriptionChatFolder(TdApi.ChatFolderName name, TdApi.ChatFolderIcon icon, int colorId, boolean isShareable, long[] pinnedChatIds, long[] includedChatIds, long[] excludedChatIds, boolean excludeMuted, boolean excludeRead, boolean excludeArchived, boolean includeContacts, boolean includeNonContacts, boolean includeBots, boolean includeGroups, boolean includeChannels) Represents a folder for user chats.ChatFolderInfo(int id, TdApi.ChatFolderName name, TdApi.ChatFolderIcon icon, int colorId, boolean isShareable, boolean hasMyInviteLinks) Contains basic information about a chat folder.