Skip to content

Commit

Permalink
feat: Added response editMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo386 committed May 24, 2024
1 parent f071915 commit 2b305d0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/chat/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@ export interface SendMessageReturn {
id: string;
from?: string;
to?: string;
latestEditMsgKey?: {
fromMe?: boolean;
remote?: string;
id?: string;
_serialized?: string;
};
latestEditMsgKey?: MsgKey;
ack: number;
sendMsgResult: Promise<SendMsgResult>;
}
Expand Down

0 comments on commit 2b305d0

Please sign in to comment.