Class: TD::Types::LinkPreviewType::Document
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::Document
- Defined in:
- lib/tdlib/types/link_preview_type/document.rb
Overview
The link is a link to a general file.
Instance Attribute Summary collapse
-
#author ⇒ TD::Types::String
Author of the document.
-
#document ⇒ TD::Types::Document
The document description.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author ⇒ TD::Types::String
Author of the document.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/document.rb', line 6 def @author end |
#document ⇒ TD::Types::Document
The document description.
6 7 8 |
# File 'lib/tdlib/types/link_preview_type/document.rb', line 6 def document @document end |