allowedGuildIds property

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

Guild IDs explicitly allowed to use this server

Implementation

@JsonKey(name: 'allowed_guild_ids')
final List<SnowflakeType> allowedGuildIds;