channels property

List<PartialChannel>? channels

The channels the threads are syncing for, or null if the entire guild is syncing.

Implementation

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