Class TdApi.RichTextReferenceLink

Enclosing class:
TdApi

public static class TdApi.RichTextReferenceLink extends TdApi.RichText
A link to a reference on the same page.
  • Field Details

    • text

      public TdApi.RichText text
      The link text.
    • referenceName

      public String referenceName
      The reference name.
    • url

      public String url
      An HTTP URL that opens the reference.
    • CONSTRUCTOR

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

    • RichTextReferenceLink

      public RichTextReferenceLink()
      A link to a reference on the same page.
    • RichTextReferenceLink

      public RichTextReferenceLink(TdApi.RichText text, String referenceName, String url)
      A link to a reference on the same page.
      Parameters:
      text - The link text.
      referenceName - The reference name.
      url - An HTTP URL that opens 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