Class TdApi.InputPageBlockPullQuote

Enclosing class:
TdApi

public static class TdApi.InputPageBlockPullQuote extends TdApi.InputPageBlock
A pull quote.
  • Field Details

    • text

      public TdApi.RichText text
      Quote text.
    • credit

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

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

    • InputPageBlockPullQuote

      public InputPageBlockPullQuote()
      A pull quote.
    • InputPageBlockPullQuote

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