RoleSelectMenuInteraction
Signature
export declare class RoleSelectMenuInteraction extends SelectMenuInteractionProperties
3Methods
2Properties
protected __reply?: __InternalReplyFunction | undefined;roles: GuildRoleStructure[];channel: AllChannels;Methods
constructorConstructorconstructor(client: UsingClient, interaction: APIMessageComponentSelectMenuInteraction, __reply?: __InternalReplyFunction | undefined);isRoleSelectMenu(): this is RoleSelectMenuInteraction;