mute property

  1. @JsonKey.new(includeIfNull: false)
bool? mute
final

Whether the member is muted in voice channels

Implementation

@JsonKey(includeIfNull: false)
final bool? mute;