allowedGuildIds property
- @JsonKey.new(includeIfNull: false, name: 'allowed_guild_ids')
final
Guild IDs explicitly allowed to use this server
Implementation
@JsonKey(includeIfNull: false, name: 'allowed_guild_ids')
final List<SnowflakeType>? allowedGuildIds;