Class: TD::Types::SavedMessagesTopicType::SavedFromChat
- Inherits:
-
TD::Types::SavedMessagesTopicType
- Object
- Dry::Struct
- Base
- TD::Types::SavedMessagesTopicType
- TD::Types::SavedMessagesTopicType::SavedFromChat
- Defined in:
- lib/tdlib/types/saved_messages_topic_type/saved_from_chat.rb
Overview
Topic containing messages forwarded from a specific chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat.
5 6 7 |
# File 'lib/tdlib/types/saved_messages_topic_type/saved_from_chat.rb', line 5 def chat_id @chat_id end |