allowedGuildIds property

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

Guild IDs explicitly allowed to use this region

Implementation

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