public static class TdApi.ToggleChatFolderTags extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
boolean |
areTagsEnabled
Pass true to enable folder tags; pass false to disable them.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ToggleChatFolderTags()
Default constructor for a function, which toggles whether chat folder tags are enabled.
|
ToggleChatFolderTags(boolean areTagsEnabled)
Creates a function, which toggles whether chat folder tags are enabled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean areTagsEnabled
public static final int CONSTRUCTOR
public ToggleChatFolderTags()
Returns Ok
public ToggleChatFolderTags(boolean areTagsEnabled)
Returns Ok
areTagsEnabled - Pass true to enable folder tags; pass false to disable them.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object