Class TdApi.CanPostStoryResultMonthlyLimitExceeded

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanPostStoryResult
org.drinkless.tdlib.TdApi.CanPostStoryResultMonthlyLimitExceeded
Enclosing class:
TdApi

public static class TdApi.CanPostStoryResultMonthlyLimitExceeded extends TdApi.CanPostStoryResult
The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
  • Field Details

    • retryAfter

      public int retryAfter
      Time left before the user can post the next story.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CanPostStoryResultMonthlyLimitExceeded

      public CanPostStoryResultMonthlyLimitExceeded()
      The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time.
    • CanPostStoryResultMonthlyLimitExceeded

      public CanPostStoryResultMonthlyLimitExceeded(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 post the next story.
  • 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR