SHARDWIRE
ReferenceAction Models

DeleteMessageActionPayload

Reference for `DeleteMessageActionPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for DeleteMessageActionPayload, exported as part of the public Shardwire surface.

Signature

export interface DeleteMessageActionPayload {
	channelId: Snowflake;
	messageId: Snowflake;
}

Structure

On this page