export interface CommandInteractionResolvedData<Cached extends CacheType = CacheType>
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
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, GuildMember, APIInteractionDataResolvedGuildMember>> members? :
The resolved guild members
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Message, APIMessage>> messages? :
The resolved messages
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Role, APIRole>> roles? :
The resolved roles
optionalReadonlyCollection<Snowflake, User> users? :
The resolved users