Interface IWebhookUser
Represents a Webhook Discord user.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IWebhookUser : IGuildUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState
Properties
| Improve this Doc View SourceWebhookId
Gets the ID of a webhook.
Declaration
ulong WebhookId { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |