SelectMenuInteraction
Signature
export declare class SelectMenuInteraction extends ComponentInteractionProperties
4Methods
1Properties
protected __reply?: __InternalReplyFunction | undefined;data: ObjectToLower<APIMessageComponentSelectMenuInteraction['data']>;channel: AllChannels;valuesGetterget values(): string[];Methods
constructorConstructorconstructor(client: UsingClient, interaction: APIMessageComponentSelectMenuInteraction, __reply?: __InternalReplyFunction | undefined);