Class TdApi.RichTextReference

Enclosing class:
TdApi

public static class TdApi.RichTextReference extends TdApi.RichText
A reference.
  • Field Details

    • name

      public String name
      Reference name.
    • text

      public TdApi.RichText text
      Text of the reference.
    • CONSTRUCTOR

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

    • RichTextReference

      public RichTextReference()
      A reference.
    • RichTextReference

      public RichTextReference(String name, TdApi.RichText text)
      A reference.
      Parameters:
      name - Reference name.
      text - Text of the reference.
  • 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