botRestrictedGuilds property

  1. @JsonKey.new(includeIfNull: false, name: 'bot_restricted_guilds')
List<SnowflakeType>? botRestrictedGuilds
final

Guilds with bot DM restrictions

Implementation

@JsonKey(includeIfNull: false, name: 'bot_restricted_guilds')
final List<SnowflakeType>? botRestrictedGuilds;