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 int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe limit for the number of active stories exceeded. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-