Interface GETChannelAnnouncementsQuery

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

Properties

Properties

before?: string

An ISO 8601 timestamp that will be used to filter out results for the current page

limit?: number

The max size of the page (default 25; min 1; max 250)