SHARDWIRE
ReferenceAction Models

UnpinMessageActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface UnpinMessageActionPayload {
	channelId: Snowflake;
	messageId: Snowflake;
	reason?: string;
}

Structure

On this page