interface CommandInteractionResolvedData
extends
BaseInteractionResolvedData<Cached>export interface CommandInteractionResolvedData<Cached extends CacheType = CacheType> extends BaseInteractionResolvedData<Cached>
Represents the resolved data of a received command interaction.
optionalReadonlyCollection<Snowflake, Attachment> attachments? :
The resolved attachments
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Channel, APIInteractionDataResolvedChannel>> channels? :
The resolved channels
Inherited from: BaseInteractionResolvedData
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, GuildMember, APIInteractionDataResolvedGuildMember>> members? :
The resolved guild members
Inherited from: BaseInteractionResolvedData
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Message, APIMessage>> messages? :
The resolved messages
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Role, APIRole>> roles? :
The resolved roles
Inherited from: BaseInteractionResolvedData
optionalReadonlyCollection<Snowflake, User> users? :
The resolved users
Inherited from: BaseInteractionResolvedData