Package org.drinkless.tdlib
Class TdApi.ProfileTabPosts
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ProfileTab
org.drinkless.tdlib.TdApi.ProfileTabPosts
- Enclosing class:
- TdApi
A tab with stories posted by the user or the channel chat and saved to profile.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA tab with stories posted by the user or the channel chat and saved to profile. -
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
-
ProfileTabPosts
public ProfileTabPosts()A tab with stories posted by the user or the channel chat and saved to profile.
-
-
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
-