Merge branch 'master' of https://github.com/WhiskeySockets/Baileys into fix-eslint-prettier-editorconfig-rules

This commit is contained in:
canove
2025-05-14 07:40:05 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,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 */