Class: TD::Types::LinkPreviewType::Photo

Inherits:
TD::Types::LinkPreviewType show all
Defined in:
lib/tdlib/types/link_preview_type/photo.rb

Overview

The link is a link to a photo.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#authorTD::Types::String

Author of the photo.

Returns:

  • (TD::Types::String)

    the current value of author



6
7
8
# File 'lib/tdlib/types/link_preview_type/photo.rb', line 6

def author
  @author
end

#photoTD::Types::Photo

The photo.

Returns:



6
7
8
# File 'lib/tdlib/types/link_preview_type/photo.rb', line 6

def photo
  @photo
end