lib/messente_api/models/viber.rb in messente_api-1.0.1 vs lib/messente_api/models/viber.rb in messente_api-1.0.2
- old
+ new
@@ -1,11 +1,11 @@
=begin
#Messente API
#[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
-The version of the OpenAPI document: 1.0.1
+The version of the OpenAPI document: 1.0.2
Contact: messente@messente.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.0.0
=end
@@ -22,18 +22,19 @@
attr_accessor :validity
# Plaintext content for Viber
attr_accessor :text
- # URL for the embedded image. Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text
+ # URL for the embedded image Valid combinations: 1) image_url, 2) text, image_url, button_url, button_text
attr_accessor :image_url
# URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional)
attr_accessor :button_url
# Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional)
attr_accessor :button_text
+ # The channel used to deliver the message
attr_accessor :channel
class EnumAttributeValidator
attr_reader :datatype
attr_reader :allowable_values