Class: TD::Types::Update::ForumTopicInfo

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/forum_topic_info.rb

Overview

Basic information about a topic in a forum chat was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



6
7
8
# File 'lib/tdlib/types/update/forum_topic_info.rb', line 6

def chat_id
  @chat_id
end

#infoTD::Types::ForumTopicInfo

New information about the topic.

Returns:



6
7
8
# File 'lib/tdlib/types/update/forum_topic_info.rb', line 6

def info
  @info
end