SHARDWIRE
ReferenceEvent & Data Models

BridgeMessageReference

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface BridgeMessageReference {
	messageId?: Snowflake;
	channelId?: Snowflake;
	guildId?: Snowflake;
}

Structure

On this page