Class: TD::Types::ChatEventAction::IsAllHistoryAvailableToggled
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::IsAllHistoryAvailableToggled
- 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
-
#is_all_history_available ⇒ Boolean
New value of is_all_history_available.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_all_history_available ⇒ Boolean
New 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 |