Class: TD::Types::LinkPreviewType::WebApp

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

Overview

The link is a link to a Web App.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#photoTD::Types::Photo

Web App photo.

Returns:



5
6
7
# File 'lib/tdlib/types/link_preview_type/web_app.rb', line 5

def photo
  @photo
end