Type alias GatewayMessageUpdateDispatchData

GatewayMessageUpdateDispatchData: GatewayMessageEventExtraFields & Omit<Partial<APIMessage>, "mentions"> & {
    channel_id: Snowflake;
    id: Snowflake;
}

Type declaration

  • channel_id: Snowflake

    ID of the channel the message was sent in

  • id: Snowflake

    ID of the message

Generated using TypeDoc