Class: TD::Types::CanSendStoryResult::MonthlyLimitExceeded

Inherits:
TD::Types::CanSendStoryResult show all
Defined in:
lib/tdlib/types/can_send_story_result/monthly_limit_exceeded.rb

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#retry_afterInteger

Time left before the user can send the next story.

Returns:

  • (Integer)

    the current value of retry_after



6
7
8
# File 'lib/tdlib/types/can_send_story_result/monthly_limit_exceeded.rb', line 6

def retry_after
  @retry_after
end