mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
more consistent addressingMode
This commit is contained in:
@@ -11,7 +11,7 @@ export type RequestJoinMethod = 'invite_link' | 'linked_group_join' | 'non_admin
|
||||
export interface GroupMetadata {
|
||||
id: string
|
||||
/** group uses 'lid' or 'pn' to send messages */
|
||||
addressingMode: string
|
||||
addressingMode: "pn" | "lid"
|
||||
owner: string | undefined
|
||||
subject: string
|
||||
/** group subject owner */
|
||||
|
||||
Reference in New Issue
Block a user