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

    Interface RESTPostAPIChannelMessagesThreadsJSONBody

    interface RESTPostAPIChannelMessagesThreadsJSONBody {
        auto_archive_duration?: ThreadAutoArchiveDuration;
        name: string;
        rate_limit_per_user?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    auto_archive_duration?: ThreadAutoArchiveDuration

    The amount of time in minutes to wait before automatically archiving the thread

    name: string

    1-100 character thread name

    rate_limit_per_user?: number

    Amount of seconds a user has to wait before sending another message (0-21600)