Uses of Class
org.drinkless.tdlib.TdApi.ChatFolder
Packages that use TdApi.ChatFolder
-
Uses of TdApi.ChatFolder in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatFolderModifier and TypeFieldDescriptionTdApi.CreateChatFolder.folderThe new chat folder.TdApi.EditChatFolder.folderThe edited chat folder.TdApi.GetChatFolderChatCount.folderThe new chat folder.TdApi.GetChatFolderDefaultIconName.folderChat folder.TdApi.RecommendedChatFolder.folderThe chat folder.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatFolderModifierConstructorDescriptionCreateChatFolder(TdApi.ChatFolder folder) Creates a function, which creates new chat folder.EditChatFolder(int chatFolderId, TdApi.ChatFolder folder) Creates a function, which edits existing chat folder.Creates a function, which returns approximate number of chats in a being created chat folder.Creates a function, which returns default icon name for a folder.RecommendedChatFolder(TdApi.ChatFolder folder, String description) Describes a recommended chat folder.