You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Model/OmnimessageMessagesInner.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**buttonUrl** | **string** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
13
13
**buttonText** | **string** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional]
14
14
**channel** | **string** | The channel used to deliver the message | [optional][default to 'telegram']
**autoconvert** | **string** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional]
Copy file name to clipboardExpand all lines: docs/Model/Viber.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,5 +12,6 @@ Name | Type | Description | Notes
12
12
**buttonUrl** | **string** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional]
13
13
**buttonText** | **string** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional]
14
14
**channel** | **string** | The channel used to deliver the message | [optional][default to 'viber']
**url** | **string** | URL pointing to the video resource. |
8
+
**thumbnail** | **string** | URL pointing to the video thumbnail resource. |
9
+
**fileSize** | **int** | Size of the video file in bytes. Cannot be larger than 200MB. |
10
+
**duration** | [**\Messente\Api\Model\WhatsAppParameter[]**](WhatsAppParameter.md) | Duration of the video in seconds. Cannot be longer than 600 seconds. |
11
+
12
+
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments