mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
added t to presence update
This commit is contained in:
@@ -109,6 +109,7 @@ export enum GroupSettingChange {
|
|||||||
export interface PresenceUpdate {
|
export interface PresenceUpdate {
|
||||||
id: string
|
id: string
|
||||||
participant?: string
|
participant?: string
|
||||||
|
t?: string
|
||||||
type?: Presence
|
type?: Presence
|
||||||
deny?: boolean
|
deny?: boolean
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user