channel property

PartialChannel? channel

The channel the widget should send users to.

Implementation

PartialChannel? get channel => channelId == null ? null : manager.client.channels[channelId!];