Class TdApi.SavedMessagesTag

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.SavedMessagesTag
Enclosing class:
TdApi

public static class TdApi.SavedMessagesTag extends TdApi.Object
Represents a tag used in Saved Messages or a Saved Messages topic.
  • Field Details

    • tag

      public TdApi.ReactionType tag
      The tag.
    • label

      public String label
      Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic.
    • count

      public int count
      Number of times the tag was used; may be 0 if the tag has non-empty label.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SavedMessagesTag

      public SavedMessagesTag()
      Represents a tag used in Saved Messages or a Saved Messages topic.
    • SavedMessagesTag

      public SavedMessagesTag(TdApi.ReactionType tag, String label, int count)
      Represents a tag used in Saved Messages or a Saved Messages topic.
      Parameters:
      tag - The tag.
      label - Label of the tag; 0-12 characters. Always empty if the tag is returned for a Saved Messages topic.
      count - Number of times the tag was used; may be 0 if the tag has non-empty label.
  • 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