transformResolved

export function transformResolved<Cached extends CacheType>( supportingData: SupportingInteractionResolvedData, data?: APIApplicationCommandInteractionData['resolved'],): CommandInteractionResolvedData<Cached>;
export function transformResolved<Cached extends CacheType>( supportingData: SupportingInteractionResolvedData, data?: APIApplicationCommandInteractionData['resolved'],): CommandInteractionResolvedData<Cached>;
Transforms the resolved data received from the API.
NameConstraintsOptionalDefaultDescription
CachedCacheTypeNoNone
NameTypeOptionalDescription
supportingDataSupportingInteractionResolvedDataNoData to support the transformation
dataAPIApplicationCommandInteractionData['resolved']YesThe received resolved objects