myMutedState property
Muted state of current user in this channel
Implementation
@JsonKey(
fromJson: booltoMuteState,
name: 'is_muted',
)
MuteState myMutedState;
Muted state of current user in this channel
@JsonKey(
fromJson: booltoMuteState,
name: 'is_muted',
)
MuteState myMutedState;