Class: TD::Types::PremiumSource::LimitExceeded

Inherits:
TD::Types::PremiumSource show all
Defined in:
lib/tdlib/types/premium_source/limit_exceeded.rb

Overview

A limit was exceeded.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#limit_typeTD::Types::PremiumLimitType

Type of the exceeded limit.

Returns:



5
6
7
# File 'lib/tdlib/types/premium_source/limit_exceeded.rb', line 5

def limit_type
  @limit_type
end