export interface BaseInteractionResolvedData<Cached extends CacheType = CacheType>optionalattachments? : ReadonlyCollection<Snowflake, Attachment>
The resolved attachments
optionalchannels? : ReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Channel, APIInteractionDataResolvedChannel>>
The resolved channels
optionalmembers? : ReadonlyCollection<Snowflake, CacheTypeReducer<Cached, GuildMember, APIInteractionDataResolvedGuildMember>>
The resolved guild members
optionalroles? : ReadonlyCollection<Snowflake, CacheTypeReducer<Cached, Role, APIRole>>
The resolved roles
optionalusers? : ReadonlyCollection<Snowflake, User>
The resolved users