Type alias GetMessageOptions

GetMessageOptions: {
    after?: string;
    around?: string;
    before?: string;
    limit?: number;
}

Type declaration

  • Optional after?: string

    Gets messages after the Id of the passed snowflake

  • Optional around?: string

    Gets messages around the Id of the passed snowflake

  • Optional before?: string

    Gets messages before the Id of the passed snowflake

  • Optional limit?: number

    Number of messages to get, values between 1-100 allowed

Generated using TypeDoc