GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIMessageChannelSelectInteractionData

API/Interfaces/APIMessageChannelSelectInteractionData
seyfert/lib/types/payloads/_interactions/messageComponents.d.ts

Signature

export interface APIMessageChannelSelectInteractionData extends APIMessageComponentBaseInteractionData<ComponentType.ChannelSelect>

Properties

2
valuesresolved

Methods

0

No methods.

Properties

values#
values: Snowflake[];
resolved#
resolved: Required<Pick<APIInteractionDataResolved, 'channels'>>;