botDefaultGuildsRestricted property

  1. @JsonKey.new(includeIfNull: false, name: 'bot_default_guilds_restricted')
bool? botDefaultGuildsRestricted
final

Default bot DM restriction for new guilds

Implementation

@JsonKey(includeIfNull: false, name: 'bot_default_guilds_restricted')
final bool? botDefaultGuildsRestricted;