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