Class TdApi.InputPageBlockSectionHeading

Enclosing class:
TdApi

public static class TdApi.InputPageBlockSectionHeading extends TdApi.InputPageBlock
A section heading.
  • Field Details

    • text

      public TdApi.RichText text
      Text of the section heading.
    • size

      public int size
      Relative size of the text font; 1-6, 1 is the largest, 6 is the smallest.
    • CONSTRUCTOR

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

    • InputPageBlockSectionHeading

      public InputPageBlockSectionHeading()
      A section heading.
    • InputPageBlockSectionHeading

      public InputPageBlockSectionHeading(TdApi.RichText text, int size)
      A section heading.
      Parameters:
      text - Text of the section heading.
      size - Relative size of the text font; 1-6, 1 is the largest, 6 is the smallest.
  • 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