Class TdApi.PageBlockPullQuote

Enclosing class:
TdApi

public static class TdApi.PageBlockPullQuote extends TdApi.PageBlock
A pull quote.
  • Field Details

    • text

      public TdApi.RichText text
      Quote text.
    • 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

    • PageBlockPullQuote

      public PageBlockPullQuote()
      A pull quote.
    • PageBlockPullQuote

      public PageBlockPullQuote(TdApi.RichText text, TdApi.RichText credit)
      A pull quote.
      Parameters:
      text - Quote text.
      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