interface CommandInteractionResolvedData

export interface CommandInteractionResolvedData<Cached extends CacheType = CacheType> extends BaseInteractionResolvedData<Cached>

Resolved data from auto-populated select menus.

Type Parameters

optional
Cached? extends CacheType = CacheType

optional
attachments? : ReadonlyCollection<Snowflake, Attachment>

The resolved attachments

Inherited from: BaseInteractionResolvedData

The resolved roles

Inherited from: BaseInteractionResolvedData

optional
users? : ReadonlyCollection<Snowflake, User>

The resolved users

Inherited from: BaseInteractionResolvedData