Package org.drinkless.tdlib
Class TdApi.CanSendStoryResultPremiumNeeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanSendStoryResult
org.drinkless.tdlib.TdApi.CanSendStoryResultPremiumNeeded
- Enclosing class:
- TdApi
The user must subscribe to Telegram Premium to be able to post stories.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.CanSendStoryResult
TdApi.CanSendStoryResult.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe user must subscribe to Telegram Premium to be able to post stories. -
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
-
CanSendStoryResultPremiumNeeded
public CanSendStoryResultPremiumNeeded()The user must subscribe to Telegram Premium to be able to post stories.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.CanSendStoryResult- Returns:
- this.CONSTRUCTOR
-