muteConfig property

  1. @JsonKey.new(includeIfNull: true, name: 'mute_config')
UserGuildSettingsResponseMuteConfig? muteConfig
final

The mute configuration for the guild

Implementation

@JsonKey(includeIfNull: true, name: 'mute_config')
final UserGuildSettingsResponseMuteConfig? muteConfig;