mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Support decoding disappearing messages + events bug fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { proto as Coding } from '../../WAMessage/WAMessage'
|
||||
import {proto} from '../../WAMessage/WAMessage'
|
||||
|
||||
export namespace WA {
|
||||
export const Tags = {
|
||||
@@ -198,7 +198,7 @@ export namespace WA {
|
||||
'video',
|
||||
'recent',
|
||||
]
|
||||
export const Message = Coding.WebMessageInfo
|
||||
export const Message = proto.WebMessageInfo
|
||||
export type NodeAttributes = { [key: string]: string } | string | null
|
||||
export type NodeData = Array<Node> | any | null
|
||||
export type Node = [string, NodeAttributes, NodeData]
|
||||
|
||||
Reference in New Issue
Block a user