Interface IListThreads

interface IListThreads {
    before?: number;
    channelId: string;
}

Properties

Properties

before?: number

Unix timestamp in milliseconds to returns threads before, used for pagination.

channelId: string

Channel to return threads from

Generated using TypeDoc