publicUpdatesChannel property

PartialTextChannel? publicUpdatesChannel

The public updates channel in a community server.

Implementation

PartialTextChannel? get publicUpdatesChannel =>
    publicUpdatesChannelId == null ? null : manager.client.channels[publicUpdatesChannelId!] as PartialTextChannel?;