mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
delete message fix
This commit is contained in:
@@ -107,6 +107,7 @@ export type AnyMessageContent = AnyRegularMessageContent | {
|
||||
|
||||
export type MessageRelayOptions = {
|
||||
messageId?: string
|
||||
additionalAttributes?: { [_: string]: string }
|
||||
cachedGroupMetadata?: (jid: string) => Promise<GroupMetadata | undefined>
|
||||
//cachedDevices?: (jid: string) => Promise<string[] | undefined>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user