Class TdApi.PageBlockBlockQuote

Enclosing class:
TdApi

public static class TdApi.PageBlockBlockQuote extends TdApi.PageBlock
A block quote.
  • Field Details

    • blocks

      public TdApi.PageBlock[] blocks
      Quote blocks.
    • credit

      public TdApi.RichText credit
      Quote credit; may be null if none.
    • CONSTRUCTOR

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

    • PageBlockBlockQuote

      public PageBlockBlockQuote()
      A block quote.
    • PageBlockBlockQuote

      public PageBlockBlockQuote(TdApi.PageBlock[] blocks, TdApi.RichText credit)
      A block quote.
      Parameters:
      blocks - Quote blocks.
      credit - Quote credit; may be null if none.
  • 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