Zernio::SendInboxMessageRequestTemplateElementsInner Properties Name Type Description Notes title String Element title (max 80 chars). Required for Instagram/Facebook generic templates. [optional] subtitle String Element subtitle (Instagram/Facebook only) [optional] image_url String Element image URL (Instagram/Facebook only) [optional] buttons Array<SendInboxMessageRequestTemplateElementsInnerButtonsInner> Element buttons (Instagram/Facebook only) [optional] name String WhatsApp only. Name of the approved template to send. [optional] language String WhatsApp only. Template language code (e.g. en_US). [optional] components Array<Hash<String, Object>> WhatsApp only. Meta Cloud API send-shape components array, forwarded to Meta verbatim. [optional] Example require 'zernio-sdk' instance = Zernio::SendInboxMessageRequestTemplateElementsInner.new( title: null, subtitle: null, image_url: null, buttons: null, name: null, language: null, components: null )