Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

File metadata and controls

20 lines (14 loc) · 438 Bytes

Late::UpdateWhatsAppDisplayNameRequest

Properties

Name Type Description Notes
account_id String WhatsApp social account ID
display_name String New display name (must follow WhatsApp naming guidelines)

Example

require 'late-sdk'

instance = Late::UpdateWhatsAppDisplayNameRequest.new(
  account_id: null,
  display_name: null
)