Package org.drinkless.tdlib
Class TdApi.CanSendStoryResultActiveStoryLimitExceeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanSendStoryResult
org.drinkless.tdlib.TdApi.CanSendStoryResultActiveStoryLimitExceeded
- Enclosing class:
- TdApi
public static class TdApi.CanSendStoryResultActiveStoryLimitExceeded
extends TdApi.CanSendStoryResult
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.
-
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 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
-
CanSendStoryResultActiveStoryLimitExceeded
public CanSendStoryResultActiveStoryLimitExceeded()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.CanSendStoryResult- Returns:
- this.CONSTRUCTOR
-