Class: TD::Types::StoryContent::Photo

Inherits:
TD::Types::StoryContent show all
Defined in:
lib/tdlib/types/story_content/photo.rb

Overview

A photo story.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photoTD::Types::Photo

The photo.

Returns:



5
6
7
# File 'lib/tdlib/types/story_content/photo.rb', line 5

def photo
  @photo
end