Class: TD::Types::InputStoryAreaType::FoundVenue
- Inherits:
-
TD::Types::InputStoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryAreaType
- TD::Types::InputStoryAreaType::FoundVenue
- Defined in:
- lib/tdlib/types/input_story_area_type/found_venue.rb
Overview
An area pointing to a venue found by the bot getOption(“venue_search_bot_username”).
Instance Attribute Summary collapse
-
#query_id ⇒ Integer
Identifier of the inline query, used to found the venue.
-
#result_id ⇒ TD::Types::String
Identifier of the inline query result.
Method Summary
Methods inherited from Base
Instance Attribute Details
#query_id ⇒ Integer
Identifier of the inline query, used to found the venue.
6 7 8 |
# File 'lib/tdlib/types/input_story_area_type/found_venue.rb', line 6 def query_id @query_id end |
#result_id ⇒ TD::Types::String
Identifier of the inline query result.
6 7 8 |
# File 'lib/tdlib/types/input_story_area_type/found_venue.rb', line 6 def result_id @result_id end |