Class: TD::Types::CanSendStoryResult::MonthlyLimitExceeded
- Inherits:
-
TD::Types::CanSendStoryResult
- Object
- Dry::Struct
- Base
- TD::Types::CanSendStoryResult
- TD::Types::CanSendStoryResult::MonthlyLimitExceeded
- 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
-
#retry_after ⇒ Integer
Time left before the user can send the next story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#retry_after ⇒ Integer
Time left before the user can send the next story.
6 7 8 |
# File 'lib/tdlib/types/can_send_story_result/monthly_limit_exceeded.rb', line 6 def retry_after @retry_after end |