Package org.drinkless.tdlib
Class TdApi.InputPageBlockSectionHeading
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockSectionHeading
- Enclosing class:
- TdApi
A section heading.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intRelative size of the text font; 1-6, 1 is the largest, 6 is the smallest.Text of the section heading. -
Constructor Summary
ConstructorsConstructorDescriptionA section heading.InputPageBlockSectionHeading(TdApi.RichText text, int size) A section heading. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
Text of the section heading. -
size
public int sizeRelative size of the text font; 1-6, 1 is the largest, 6 is the smallest. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputPageBlockSectionHeading
public InputPageBlockSectionHeading()A section heading. -
InputPageBlockSectionHeading
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-