Struct WebhookInfo
Represents information for a webhook.
public struct WebhookInfo
- Inherited Members
Properties
Avatar
Gets the hash value of this webhook's avatar.
public readonly string Avatar { get; }
Property Value
- string
A string containing the hash of this webhook's avatar.
ChannelId
Gets the ID of the channel that this webhook sends to.
public readonly ulong? ChannelId { get; }
Property Value
Name
Gets the name of this webhook.
public readonly string Name { get; }
Property Value
- string
A string containing the name of this webhook.