SHARDWIRE
ReferenceEvent & Data Models

BridgeInteractionKind

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

type exported from src/discord/types.ts.

Summary

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

Signature

export type BridgeInteractionKind =
	| 'chatInput'
	| 'contextMenu'
	| 'button'
	| 'stringSelect'
	| 'userSelect'
	| 'roleSelect'
	| 'mentionableSelect'
	| 'channelSelect'
	| 'modalSubmit'
	| 'unknown';

On this page