Class: TD::Types::InputMessageReplyTo::Story
- Inherits:
-
TD::Types::InputMessageReplyTo
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageReplyTo
- TD::Types::InputMessageReplyTo::Story
- Defined in:
- lib/tdlib/types/input_message_reply_to/story.rb
Overview
Describes a story to be replied.
Instance Attribute Summary collapse
-
#story_id ⇒ Integer
The identifier of the story.
-
#story_sender_chat_id ⇒ Integer
The identifier of the sender of the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story_id ⇒ Integer
The identifier of the story.
7 8 9 |
# File 'lib/tdlib/types/input_message_reply_to/story.rb', line 7 def story_id @story_id end |
#story_sender_chat_id ⇒ Integer
The identifier of the sender of the story. Currently, stories can be replied only in the sender’s chat and channel stories can’t be replied.
7 8 9 |
# File 'lib/tdlib/types/input_message_reply_to/story.rb', line 7 def story_sender_chat_id @story_sender_chat_id end |