Class: TD::Types::InputStoryAreaType::PreviousVenue
- Inherits:
-
TD::Types::InputStoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryAreaType
- TD::Types::InputStoryAreaType::PreviousVenue
- Defined in:
- lib/tdlib/types/input_story_area_type/previous_venue.rb
Overview
An area pointing to a venue already added to the story.
Instance Attribute Summary collapse
-
#venue_id ⇒ TD::Types::String
Identifier of the venue in the provider database.
-
#venue_provider ⇒ TD::Types::String
Provider of the venue.
Method Summary
Methods inherited from Base
Instance Attribute Details
#venue_id ⇒ TD::Types::String
Identifier of the venue in the provider database.
6 7 8 |
# File 'lib/tdlib/types/input_story_area_type/previous_venue.rb', line 6 def venue_id @venue_id end |
#venue_provider ⇒ TD::Types::String
Provider of the venue.
6 7 8 |
# File 'lib/tdlib/types/input_story_area_type/previous_venue.rb', line 6 def venue_provider @venue_provider end |