Class: TD::Types::InputMessageContent::Story
- Inherits:
-
TD::Types::InputMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageContent
- TD::Types::InputMessageContent::Story
- Defined in:
- lib/tdlib/types/input_message_content/story.rb
Overview
A message with a forwarded story. Stories can’t be sent to secret chats. A story can be forwarded only if story.can_be_forwarded.
Instance Attribute Summary collapse
-
#story_id ⇒ Integer
Story identifier.
-
#story_sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story_id ⇒ Integer
Story identifier.
8 9 10 |
# File 'lib/tdlib/types/input_message_content/story.rb', line 8 def story_id @story_id end |
#story_sender_chat_id ⇒ Integer
Identifier of the chat that posted the story.
8 9 10 |
# File 'lib/tdlib/types/input_message_content/story.rb', line 8 def story_sender_chat_id @story_sender_chat_id end |