Class: TD::Types::ChatEventAction::IsAllHistoryAvailableToggled

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

Overview

The is_all_history_available setting of a supergroup was toggled.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_all_history_availableBoolean

New value of is_all_history_available.

Returns:

  • (Boolean)

    the current value of is_all_history_available



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

def is_all_history_available
  @is_all_history_available
end