interface GatewayLens<Cache extends CacheType>Cache
Cache extends CacheTypeattachment: NonNullable<CommandInteractionOption<Cache>["attachment"]>;channel: NonNullable<CommandInteractionOption<Cache>["channel"]>;member: NonNullable<CommandInteractionOption<Cache>["member"]>;mentionable: NonNullable<
CommandInteractionOption<Cache>["member" | "role" | "user"]
>;role: NonNullable<CommandInteractionOption<Cache>["role"]>;user: NonNullable<CommandInteractionOption<Cache>["user"]>;