Class RestWebhookUser
public class RestWebhookUser : RestUser, IUpdateable, IWebhookUser, IGuildUser, IUser, ISnowflakeEntity, IEntity<ulong>, IMentionable, IPresence, IVoiceState
- Inheritance
-
RestWebhookUser
- Implements
- Inherited Members
- Extension Methods
Properties
GuildId
Gets the ID of the guild for this user.
public ulong GuildId { get; }
Property Value
IsWebhook
Gets a value that indicates whether this user is a webhook user.
public override bool IsWebhook { get; }
Property Value
PremiumSince
Gets the date and time for when this user's guild boost began.
public DateTimeOffset? PremiumSince { get; }
Property Value
- DateTimeOffset?
A DateTimeOffset for when the user began boosting this guild; null if they are not boosting the guild.
WebhookId
Gets the ID of a webhook.
public ulong WebhookId { get; }