Class: TD::Types::MessageReplyTo::Story
- Inherits:
-
TD::Types::MessageReplyTo
- Object
- Dry::Struct
- Base
- TD::Types::MessageReplyTo
- TD::Types::MessageReplyTo::Story
- Defined in:
- lib/tdlib/types/message_reply_to/story.rb
Overview
Describes a story replied by a given message.
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.
6 7 8 |
# File 'lib/tdlib/types/message_reply_to/story.rb', line 6 def story_id @story_id end |
#story_sender_chat_id ⇒ Integer
The identifier of the sender of the story.
6 7 8 |
# File 'lib/tdlib/types/message_reply_to/story.rb', line 6 def story_sender_chat_id @story_sender_chat_id end |