Class TdApi.RichTextHashtag

Enclosing class:
TdApi

public static class TdApi.RichTextHashtag extends TdApi.RichText
A hashtag.
  • Field Details

    • text

      public TdApi.RichText text
      Text.
    • hashtag

      public String hashtag
      The hashtag.
    • CONSTRUCTOR

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

    • RichTextHashtag

      public RichTextHashtag()
      A hashtag.
    • RichTextHashtag

      public RichTextHashtag(TdApi.RichText text, String hashtag)
      A hashtag.
      Parameters:
      text - Text.
      hashtag - The hashtag.
  • 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