Class TdApi.ToggleChatFolderTags

Enclosing class:
TdApi

public static class TdApi.ToggleChatFolderTags extends TdApi.Function<TdApi.Ok>
Toggles whether chat folder tags are enabled.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Pass true to enable folder tags; pass false to disable them.
    static final int
    Identifier uniquely determining type of the object.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • areTagsEnabled

      public boolean areTagsEnabled
      Pass true to enable folder tags; pass false to disable them.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR