Class: TD::Types::InputStoryAreaType::PreviousVenue

Inherits:
TD::Types::InputStoryAreaType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#venue_idTD::Types::String

Identifier of the venue in the provider database.

Returns:

  • (TD::Types::String)

    the current value of venue_id



6
7
8
# File 'lib/tdlib/types/input_story_area_type/previous_venue.rb', line 6

def venue_id
  @venue_id
end

#venue_providerTD::Types::String

Provider of the venue.

Returns:

  • (TD::Types::String)

    the current value of venue_provider



6
7
8
# File 'lib/tdlib/types/input_story_area_type/previous_venue.rb', line 6

def venue_provider
  @venue_provider
end