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

    Interface RESTGetAPIChannelMessagesPinsQuery

    interface RESTGetAPIChannelMessagesPinsQuery {
        before?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    before?: string

    Get messages pinned before this timestamp

    limit?: number

    Maximum number of pins to return (1-50).

    50