Package org.drinkless.tdlib
Class TdApi.CanSendStoryResultMonthlyLimitExceeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanSendStoryResult
org.drinkless.tdlib.TdApi.CanSendStoryResultMonthlyLimitExceeded
- Enclosing class:
- TdApi
The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
-
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.intTime left before the user can send the next story. -
Constructor Summary
ConstructorsConstructorDescriptionThe monthly limit for the number of posted stories exceeded.CanSendStoryResultMonthlyLimitExceeded(int retryAfter) The monthly limit for the number of posted 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
-
retryAfter
public int retryAfterTime left before the user can send the next story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CanSendStoryResultMonthlyLimitExceeded
public CanSendStoryResultMonthlyLimitExceeded()The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time. -
CanSendStoryResultMonthlyLimitExceeded
public CanSendStoryResultMonthlyLimitExceeded(int retryAfter) The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.- Parameters:
retryAfter- Time left before the user can send the next story.
-
-
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
-