Table of Contents

Struct WebhookInfo

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

ulong?

A ulong representing the snowflake identifier of the channel that this webhook can send to.

Name

Gets the name of this webhook.

public readonly string Name { get; }

Property Value

string

A string containing the name of this webhook.