Class: TD::Types::MessageContent::ForumTopicIsHiddenToggled

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

Overview

A General forum topic has been hidden or unhidden.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_hiddenBoolean

True, if the topic was hidden; otherwise, the topic was unhidden.

Returns:

  • (Boolean)

    the current value of is_hidden



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

def is_hidden
  @is_hidden
end