systemChannelId property

  1. @JsonKey(name: 'system_channel_id')
String? systemChannelId
final

the id of the channel where guild notices such as welcome messages and boost events are posted

Implementation

@JsonKey(name: 'system_channel_id')
final String? systemChannelId;