Class: TD::Types::MessageContent::ForumTopicIsClosedToggled

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/forum_topic_is_closed_toggled.rb

Overview

A forum topic has been closed or opened.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_closedBoolean

True, if the topic was closed; otherwise, the topic was reopened.

Returns:

  • (Boolean)

    the current value of is_closed



5
6
7
# File 'lib/tdlib/types/message_content/forum_topic_is_closed_toggled.rb', line 5

def is_closed
  @is_closed
end