Interface EditWebhookTokenOptions

interface EditWebhookTokenOptions {
    avatar?: null | string | Buffer;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

avatar?: null | string | Buffer

The new avatar (buffer, or full data url). null to reset.

name?: string

The name of the webhook.