Class: TD::Types::LinkPreviewType::App

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

Overview

The link is a link to an app at App Store or Google Play.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#authorTD::Types::String

Author of the app.

Returns:

  • (TD::Types::String)

    the current value of author



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

def author
  @author
end

#photoTD::Types::Photo

Photo for the app.

Returns:



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

def photo
  @photo
end