Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 679 Bytes

File metadata and controls

25 lines (13 loc) · 679 Bytes

CreateWhatsAppGroupChatRequest

Properties

Name Type Description Notes
accountId String WhatsApp social account ID
subject String Group name (max 128 characters)
description String Group description (max 2048 characters) [optional]
joinApprovalMode JoinApprovalModeEnum Whether users need approval to join via invite link [optional]

Enum: JoinApprovalModeEnum

Name Value
APPROVAL_REQUIRED "approval_required"
AUTO_APPROVE "auto_approve"