botRestrictedGuilds property

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

Guild IDs where bot direct messages are restricted

Implementation

@JsonKey(name: 'bot_restricted_guilds')
final List<SnowflakeType> botRestrictedGuilds;