Package org.drinkless.tdlib
Class TdApi.ToggleChatFolderTags
- Enclosing class:
TdApi
Toggles whether chat folder tags are enabled.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true to enable folder tags; pass false to disable them.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
areTagsEnabled
public boolean areTagsEnabledPass true to enable folder tags; pass false to disable them. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleChatFolderTags
public ToggleChatFolderTags()Default constructor for a function, which toggles whether chat folder tags are enabled.Returns
Ok -
ToggleChatFolderTags
public ToggleChatFolderTags(boolean areTagsEnabled) Creates a function, which toggles whether chat folder tags are enabled.Returns
Ok- Parameters:
areTagsEnabled- Pass true to enable folder tags; pass false to disable them.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-