Sha256: 9eb0fc38ff0da1f57cfbbab4f2f9cdb827820fb128505000991258d852bee7a2
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
# MessenteApi::WhatsAppText ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **preview_url** | **Boolean** | Whether to display link preview if the message contains a hyperlink | [optional][default to true] | | **body** | **String** | Plaintext content for WhatsApp, can contain URLs, emojis and formatting | | ## Example ```ruby require 'messente_api' instance = MessenteApi::WhatsAppText.new( preview_url: null, body: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/WhatsAppText.md |