Struct WebhookInfo
Represents information for a webhook.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public struct WebhookInfo
Properties​
Name​
Gets the name of this webhook.
View Source​
Declaration
public readonly string Name { get; }
ChannelId​
Gets the ID of the channel that this webhook sends to.
View Source​
Declaration
public readonly ulong? ChannelId { get; }
Avatar​
Gets the hash value of this webhook's avatar.
View Source​
Declaration
public readonly string Avatar { get; }