channels property

List<ChannelBuilder>? channels
getter/setter pair

List of channel to create at guild creation When using this field, the position field of the channel is ignored. And none of the default channels are created.

Implementation

List<ChannelBuilder>? channels;