lib/smooch-api/models/message_item.rb in smooch-api-4.2.0 vs lib/smooch-api/models/message_item.rb in smooch-api-5.0

- old
+ new

@@ -22,10 +22,10 @@ attr_accessor :description # The image URL to be shown in the carousel/list item. attr_accessor :mediaUrl - # The size of the image to be shown in the carousel/list item. Only top item of Facebook Messenger carousel supported. Choose from *compact* and *large*. + # The size of the image to be shown in the carousel/list item. Only top item of Facebook Messenger carousel supported. See Enums.md for available values. attr_accessor :size # If a *mediaUrl* was specified, the media type is defined here, for example *image/jpeg*. attr_accessor :mediaType