Preview environment
interface CommandInteractionResolvedData
extends
BaseInteractionResolvedData<Cached>export interface CommandInteractionResolvedData<Cached extends CacheType = CacheType> extends BaseInteractionResolvedData<Cached>
Resolved data from auto-populated select menus.
optionalReadonlyCollection<Snowflake, Attachment> 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? :
optionalReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Role, APIRole>> roles? :
The resolved roles
Inherited from: BaseInteractionResolvedData
optionalReadonlyCollection<Snowflake, User> users? :
The resolved users
Inherited from: BaseInteractionResolvedData