interface CommandInteractionResolvedData

export interface CommandInteractionResolvedData<Cached extends CacheType = CacheType>

Represents the resolved data of a received command interaction.

Type Parameters

optional
Cached? extends CacheType = CacheType

optional
attachments? : ReadonlyCollection<Snowflake, Attachment>

The resolved attachments

The resolved messages

The resolved roles

optional
users? : ReadonlyCollection<Snowflake, User>

The resolved users