diff --git a/index.d.ts b/index.d.ts index 708c531..cc1f9d9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -311,6 +311,7 @@ declare module "messaging" { type MessageUpdate = "read" | "release" | "save" | "unsave" | "erase" | "screenshot" | "screen_record" | "replay" | "reaction" | "remove_reaction" | "revoke_transcription" | "allow_transcription" | "erase_saved_story_media"; + function onConversationManagerReady(callback: () => void): void; function isPresent(): boolean; function newSnapUUID(uuid: string): SnapUUID;