Package org.drinkless.tdlib
Class TdApi.CanPostStoryResultActiveStoryLimitExceeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanPostStoryResult
org.drinkless.tdlib.TdApi.CanPostStoryResultActiveStoryLimitExceeded
- Enclosing class:
- TdApi
public static class TdApi.CanPostStoryResultActiveStoryLimitExceeded
extends TdApi.CanPostStoryResult
The limit for the number of active stories exceeded. The user can buy Telegram Premium, delete an active story, or wait for the oldest story to expire.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe limit for the number of active stories exceeded. -
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
-
CanPostStoryResultActiveStoryLimitExceeded
public CanPostStoryResultActiveStoryLimitExceeded()The limit for the number of active stories exceeded. The user can buy Telegram Premium, delete an active story, or wait for the oldest story to expire.
-
-
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
-