Uses of Class
org.drinkless.tdlib.TdApi.ChatFolderName
Packages that use TdApi.ChatFolderName
-
Uses of TdApi.ChatFolderName in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatFolderNameModifier and TypeFieldDescriptionTdApi.ChatFolder.name
The name of the folder.TdApi.ChatFolderInfo.name
The name of the folder.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatFolderNameModifierConstructorDescriptionChatFolder
(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.