Class: TD::Types::StoryAreaType::Venue
- Inherits:
-
TD::Types::StoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::StoryAreaType
- TD::Types::StoryAreaType::Venue
- Defined in:
- lib/tdlib/types/story_area_type/venue.rb
Overview
An area pointing to a venue.
Instance Attribute Summary collapse
-
#venue ⇒ TD::Types::Venue
Information about the venue.
Method Summary
Methods inherited from Base
Instance Attribute Details
#venue ⇒ TD::Types::Venue
Information about the venue.
5 6 7 |
# File 'lib/tdlib/types/story_area_type/venue.rb', line 5 def venue @venue end |