UserSelectMenuInteraction
Signature
export declare class UserSelectMenuInteraction extends SelectMenuInteractionProperties
4Methods
2Properties
protected __reply?: __InternalReplyFunction | undefined;members: InteractionGuildMemberStructure[];users: UserStructure[];channel: AllChannels;Methods
constructorConstructorconstructor(client: UsingClient, interaction: APIMessageComponentSelectMenuInteraction, __reply?: __InternalReplyFunction | undefined);isUserSelectMenu(): this is UserSelectMenuInteraction;