Class: TD::Types::InputStoryAreaType::Message
- Inherits:
-
TD::Types::InputStoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryAreaType
- TD::Types::InputStoryAreaType::Message
- Defined in:
- lib/tdlib/types/input_story_area_type/message.rb
Overview
An area pointing to a message.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat with the message.
-
#message_id ⇒ Integer
Identifier of the message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat with the message. Currently, the chat must be a supergroup or a channel chat.
8 9 10 |
# File 'lib/tdlib/types/input_story_area_type/message.rb', line 8 def chat_id @chat_id end |
#message_id ⇒ Integer
Identifier of the message. Use messageProperties.can_be_shared_in_story to check whether the message is suitable.
8 9 10 |
# File 'lib/tdlib/types/input_story_area_type/message.rb', line 8 def @message_id end |