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