public static class TdApi.GetChatFolderDefaultIconName extends TdApi.Function<TdApi.ChatFolderIcon>
Returns ChatFolderIcon
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatFolder |
folder
Chat folder.
|
| Constructor and Description |
|---|
GetChatFolderDefaultIconName()
Default constructor for a function, which returns default icon name for a folder.
|
GetChatFolderDefaultIconName(TdApi.ChatFolder folder)
Creates a function, which returns default icon name for a folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatFolder folder
public static final int CONSTRUCTOR
public GetChatFolderDefaultIconName()
Returns ChatFolderIcon
public GetChatFolderDefaultIconName(TdApi.ChatFolder folder)
Returns ChatFolderIcon
folder - Chat folder.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object