Class: TD::Types::StoryAreaType::Venue

Inherits:
TD::Types::StoryAreaType show all
Defined in:
lib/tdlib/types/story_area_type/venue.rb

Overview

An area pointing to a venue.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#venueTD::Types::Venue

Information about the venue.

Returns:



5
6
7
# File 'lib/tdlib/types/story_area_type/venue.rb', line 5

def venue
  @venue
end