channels property

List<PartialChannel> channels

The channels the user is granted access to.

Implementation

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