Interface GetArchivedThreadsOptions

interface GetArchivedThreadsOptions {
    before?: string;
    limit?: number;
}

Properties

Properties

before?: string

A timestamp to get threads before.

limit?: number

The maximum amount of threads to get.