Interface IWebhookUser
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a Webhook Discord user.
public interface IWebhookUser : IGuildUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState
- Inherited Members
- Extension Methods
Properties
WebhookId
Gets the ID of a webhook.
ulong WebhookId { get; }