Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

File metadata and controls

20 lines (14 loc) · 457 Bytes

Zernio::BlockWhatsAppUsersRequest

Properties

Name Type Description Notes
account_id String WhatsApp social account ID
users Array<String> Phone numbers (E.164, e.g. &quot;+16505551234&quot;) or WhatsApp user IDs to block.

Example

require 'zernio-sdk'

instance = Zernio::BlockWhatsAppUsersRequest.new(
  account_id: null,
  users: null
)