Class: TD::Types::InlineQueryResult::Venue
- Inherits:
-
TD::Types::InlineQueryResult
- Object
- Dry::Struct
- Base
- TD::Types::InlineQueryResult
- TD::Types::InlineQueryResult::Venue
- Defined in:
- lib/tdlib/types/inline_query_result/venue.rb
Overview
Represents information about a venue.
Instance Attribute Summary collapse
-
#id ⇒ TD::Types::String
Unique identifier of the query result.
-
#thumbnail ⇒ TD::Types::Thumbnail?
Result thumbnail in JPEG format; may be null.
-
#venue ⇒ TD::Types::Venue
Venue result.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ TD::Types::String
Unique identifier of the query result.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/venue.rb', line 7 def id @id end |
#thumbnail ⇒ TD::Types::Thumbnail?
Result thumbnail in JPEG format; may be null.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/venue.rb', line 7 def thumbnail @thumbnail end |
#venue ⇒ TD::Types::Venue
Venue result.
7 8 9 |
# File 'lib/tdlib/types/inline_query_result/venue.rb', line 7 def venue @venue end |