Table of Contents

Class RestWebhookUser

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll
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

ulong

An ulong representing the snowflake identifier of the guild that this user belongs to.

IsWebhook

Gets a value that indicates whether this user is a webhook user.

public override bool IsWebhook { get; }

Property Value

bool

true if the user is a webhook; otherwise false.

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; }

Property Value

ulong