mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: typeerror on some group create
This commit is contained in:
@@ -6,7 +6,7 @@ export type ParticipantAction = 'add' | 'remove' | 'promote' | 'demote'
|
||||
|
||||
export interface GroupMetadata {
|
||||
id: string
|
||||
owner: string
|
||||
owner: string | undefined
|
||||
subject: string
|
||||
creation: number
|
||||
desc?: string
|
||||
|
||||
Reference in New Issue
Block a user