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.folder
The new chat folder.TdApi.EditChatFolder.folder
The edited chat folder.TdApi.GetChatFolderChatCount.folder
The new chat folder.TdApi.GetChatFolderDefaultIconName.folder
Chat folder.TdApi.RecommendedChatFolder.folder
The 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.