selfMute property

  1. @JsonKey(name: 'self_mute')
bool selfMute
final

whether this user is locally muted

Implementation

@JsonKey(name: 'self_mute')
final bool selfMute;