widgetChannel property

PartialChannel? widgetChannel

The channel this guild's widget will send users to.

Implementation

PartialChannel? get widgetChannel => widgetChannelId == null ? null : manager.client.channels[widgetChannelId!];