Class TdApi.PageBlockCaption

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

public static class TdApi.PageBlockCaption extends TdApi.Object
Contains a caption of another block.
  • Field Details

    • text

      public TdApi.RichText text
      Content of the caption.
    • credit

      public TdApi.RichText credit
      Block credit (like HTML tag <cite>).
    • CONSTRUCTOR

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

    • PageBlockCaption

      public PageBlockCaption()
      Contains a caption of another block.
    • PageBlockCaption

      public PageBlockCaption(TdApi.RichText text, TdApi.RichText credit)
      Contains a caption of another block.
      Parameters:
      text - Content of the caption.
      credit - Block credit (like HTML tag <cite>).
  • 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