Class: TD::Types::ChatEventAction::IsForumToggled

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

Overview

The is_forum setting of a channel was toggled.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_forumBoolean

New value of is_forum.

Returns:

  • (Boolean)

    the current value of is_forum



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

def is_forum
  @is_forum
end