mirror of
https://github.com/SnapEnhance/scripting-docs.git
synced 2026-08-30 20:24:23 +00:00
feat: conversation manager ready event
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user