Class: TD::Types::ChatEventAction::ForumTopicToggleIsClosed

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/forum_topic_toggle_is_closed.rb

Overview

A forum topic was closed or reopened.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#topic_infoTD::Types::ForumTopicInfo

New information about the topic.

Returns:



5
6
7
# File 'lib/tdlib/types/chat_event_action/forum_topic_toggle_is_closed.rb', line 5

def topic_info
  @topic_info
end