ReferenceEvent & Data Models
BridgeMessageInput
Reference for `BridgeMessageInput`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for BridgeMessageInput, exported as part of the public Shardwire surface.
Signature
export interface BridgeMessageInput {
content?: string;
embeds?: APIEmbed[];
allowedMentions?: APIAllowedMentions;
components?: APIActionRowComponent<APIComponentInMessageActionRow>[];
/** Bitfield compatible with `MessageFlags` from discord.js / Discord API. */
flags?: number;
stickerIds?: Snowflake[];
}