Package org.drinkless.tdlib
Class TdApi.PageBlockSubtitle
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockSubtitle
- Enclosing class:
- TdApi
The subtitle of a page.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Subtitle. -
Constructor Summary
ConstructorsConstructorDescriptionThe subtitle of a page.PageBlockSubtitle(TdApi.RichText subtitle) The subtitle of a page. -
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
-
subtitle
Subtitle. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockSubtitle
public PageBlockSubtitle()The subtitle of a page. -
PageBlockSubtitle
The subtitle of a page.- Parameters:
subtitle- Subtitle.
-
-
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
-