Sha256: 348fc426a19ad7906f4a421aff40b7b85be4883df109c92ec95de66e4c8cb252
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
module TD::Types # The mute_new_participants setting of a voice chat was toggled. # # @attr mute_new_participants [Boolean] New value of the mute_new_participants setting. class ChatEventAction::VoiceChatMuteNewParticipantsToggled < ChatEventAction attribute :mute_new_participants, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems