export interface BaseInteractionResolvedData<Cached extends CacheType = CacheType>
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, Role, APIRole>> roles? :
The resolved roles
optionalReadonlyCollection<Snowflake, User> users? :
The resolved users