Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeCallsPage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeCallsPage
- Enclosing class:
TdApi
The link is a link to the Call tab or page.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Section of the page; may be one of "", "all", "missed", "edit", "show-tab", "start-call". -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to the Call tab or page.InternalLinkTypeCallsPage(String section) The link is a link to the Call tab or 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
-
section
Section of the page; may be one of "", "all", "missed", "edit", "show-tab", "start-call". -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeCallsPage
public InternalLinkTypeCallsPage()The link is a link to the Call tab or page. -
InternalLinkTypeCallsPage
The link is a link to the Call tab or page.- Parameters:
section- Section of the page; may be one of "", "all", "missed", "edit", "show-tab", "start-call".
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.InternalLinkType- Returns:
- this.CONSTRUCTOR
-