Class: Telegem::Types::ChosenInlineResult
- Defined in:
- lib/api/types.rb
Instance Attribute Summary
Attributes inherited from BaseType
Instance Method Summary collapse
-
#initialize(data) ⇒ ChosenInlineResult
constructor
A new instance of ChosenInlineResult.
Methods inherited from BaseType
#inspect, #method_missing, #respond_to_missing?, #to_h, #to_s
Constructor Details
#initialize(data) ⇒ ChosenInlineResult
Returns a new instance of ChosenInlineResult.
609 610 611 612 613 |
# File 'lib/api/types.rb', line 609 def initialize(data) super(data) wrap('from', User) wrap('location', Location) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Telegem::Types::BaseType