docs/Viber.md in messente_api-2.1.0 vs docs/Viber.md in messente_api-2.2.0

- old
+ new

@@ -10,10 +10,11 @@ | **text** | **String** | Plaintext content for Viber | [optional] | | **image_url** | **String** | URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text | [optional] | | **button_url** | **String** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional] | | **button_text** | **String** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional] | | **channel** | **String** | The channel used to deliver the message | [optional][default to 'viber'] | +| **video** | [**ViberVideo**](ViberVideo.md) | | [optional] | ## Example ```ruby require 'messente_api' @@ -24,9 +25,10 @@ ttl: 21600, text: null, image_url: null, button_url: null, button_text: null, - channel: null + channel: null, + video: null ) ```