SHARDWIRE
ReferenceAction Models

FetchMessageActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

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

Structure

On this page