Class: TD::Types::LinkPreviewType::App
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::App
- 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
-
#author ⇒ TD::Types::String
Author of the app.
-
#photo ⇒ TD::Types::Photo
Photo for the app.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author ⇒ TD::Types::String
Author of the app.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/app.rb', line 6 def end |
#photo ⇒ TD::Types::Photo
Photo for the app.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/app.rb', line 6 def photo @photo end |