ReferenceEvent & Data Models
InteractionCreateEventPayload
Reference for `InteractionCreateEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for InteractionCreateEventPayload, exported as part of the public Shardwire surface.
Signature
export interface InteractionCreateEventPayload extends EventEnvelopeBase {
interaction: BridgeInteraction;
}