channels property

Map<String, Channel>? channels
final

the ids and partial Channel objects

Partial Channel objects only have id, name, type and permissions fields. Threads will also have thread_metadata and parent_id fields.

Implementation

final Map<String, Channel>? channels;