muted property
getter/setter pair
Mute condition of this Chat for the authenticated MyUser.
Muted Chat implies that its events don't produce sounds and notifications on a client side. This, however, has nothing to do with a server and is the responsibility to be satisfied by a client side.
Note, that Chat.muted doesn't correlate with MyUser.muted. Muted Chat of unmuted MyUser (and unmuted Chat of muted MyUser) should not produce any sounds.
Implementation
MuteDuration? muted;