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

    Interface RESTGetAPIChannelMessagesQuery

    interface RESTGetAPIChannelMessagesQuery {
        after?: string;
        around?: string;
        before?: string;
        limit?: number;
    }
    Index

    Properties

    after?: string

    Get messages after this message ID

    around?: string

    Get messages around this message ID

    before?: string

    Get messages before this message ID

    limit?: number

    Max number of messages to return (1-100)

    50