Class TdApi.PageBlockSectionHeading

Enclosing class:
TdApi

public static class TdApi.PageBlockSectionHeading extends TdApi.PageBlock
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

    • PageBlockSectionHeading

      public PageBlockSectionHeading()
      A section heading.
    • PageBlockSectionHeading

      public PageBlockSectionHeading(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