Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 508 Bytes

File metadata and controls

18 lines (12 loc) · 508 Bytes

Zernio::SendInboxMessageRequestInteractiveActionOneOf7Parameters

Properties

Name Type Description Notes
thumbnail_product_retailer_id String Optional product whose image is used as the message thumbnail. Falls back to the first catalog item when omitted. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf7Parameters.new(
  thumbnail_product_retailer_id: null
)