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