Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIWebhookWithTokenQuery

    interface RESTPostAPIWebhookWithTokenQuery {
        thread_id?: string;
        wait?: boolean;
        with_components?: boolean;
    }
    Index

    Properties

    thread_id?: string

    Send a message to the specified thread within a webhook's channel. The thread will automatically be unarchived.

    Available only if the RESTPostAPIWebhookWithTokenJSONBody.thread_name JSON body property is not specified

    wait?: boolean

    Waits for server confirmation of message send before response, and returns the created message body (when false a message that is not saved does not return an error)

    false

    with_components?: boolean

    Whether to allow sending (non-interactive) components for non-application-owned webhooks (ignored for application-owned webhooks)

    false