Class: TD::Types::LinkPreviewType::Story
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::Story
- Defined in:
- lib/tdlib/types/link_preview_type/story.rb
Overview
The link is a link to a story. Link preview description is unavailable.
Instance Attribute Summary collapse
-
#story_id ⇒ Integer
Story identifier.
-
#story_sender_chat_id ⇒ Integer
The identifier of the chat that posted the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story_id ⇒ Integer
Story identifier.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/story.rb', line 7 def story_id @story_id end |
#story_sender_chat_id ⇒ Integer
The identifier of the chat that posted the story.
7 8 9 |
# File 'lib/tdlib/types/link_preview_type/story.rb', line 7 def story_sender_chat_id @story_sender_chat_id end |