botRestrictedGuilds property
- @JsonKey.new(includeIfNull: false, name: 'bot_restricted_guilds')
final
Guilds with bot DM restrictions
Implementation
@JsonKey(includeIfNull: false, name: 'bot_restricted_guilds')
final List<SnowflakeType>? botRestrictedGuilds;