deaf property

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

Whether the member is deafened in voice channels

Implementation

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