feat: conversation manager ready event

This commit is contained in:
rhunk
2024-08-21 11:23:47 +02:00
parent ec3ac3d1b2
commit 77e86600b6

1
index.d.ts vendored
View File

@@ -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;