Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeMyProfilePage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeMyProfilePage
- Enclosing class:
TdApi
The link is a link to the My Profile application 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 "", "posts", "posts/all-stories", "posts/add-album", "gifts", "archived-posts". -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to the My Profile application page.InternalLinkTypeMyProfilePage(String section) The link is a link to the My Profile application 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 "", "posts", "posts/all-stories", "posts/add-album", "gifts", "archived-posts". -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeMyProfilePage
public InternalLinkTypeMyProfilePage()The link is a link to the My Profile application page. -
InternalLinkTypeMyProfilePage
The link is a link to the My Profile application page.- Parameters:
section- Section of the page; may be one of "", "posts", "posts/all-stories", "posts/add-album", "gifts", "archived-posts".
-
-
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
-