channels property

List<PartialChannel> channels

A list of channels that get opted into automatically.

Implementation

List<PartialChannel> get channels => defaultChannelIds.map((e) => manager.client.channels[e]).toList();