Class: TD::Types::SavedMessagesTopicType::SavedFromChat

Inherits:
TD::Types::SavedMessagesTopicType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of the chat.

Returns:

  • (Integer)

    the current value of chat_id



5
6
7
# File 'lib/tdlib/types/saved_messages_topic_type/saved_from_chat.rb', line 5

def chat_id
  @chat_id
end