Sha256: e052506c9d7bdfe2b2a2bfa4fb83d6eda413a36860abb17983493681f105ebee

Contents?: true

Size: 314 Bytes

Versions: 6

Compression:

Stored size: 314 Bytes

Contents

module TD::Types
  # The is_all_history_available setting of a supergroup was toggled.
  #
  # @attr is_all_history_available [Boolean] New value of is_all_history_available.
  class ChatEventAction::IsAllHistoryAvailableToggled < ChatEventAction
    attribute :is_all_history_available, TD::Types::Bool
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb
tdlib-ruby-2.0.0 lib/tdlib/types/chat_event_action/is_all_history_available_toggled.rb