Table of Contents

Property PublicUpdatesChannel

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

PublicUpdatesChannel

Gets the public updates channel (where admins and moderators receive messages from Discord) for this guild.

This is only available if the guild is considered "discoverable".

[JsonIgnore]
[RequiresFeature(Features.Community)]
public DiscordChannel? PublicUpdatesChannel { get; }

Property Value

DiscordChannel