Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.64 KB

File metadata and controls

29 lines (25 loc) · 2.64 KB

com.Messente.Api.Model.OmnimessageMessagesInner

Properties

Name Type Description Notes
Sender string Phone number or alphanumeric sender name
Validity int After how many minutes this channel is considered as failed and the next channel is attempted.Only one of "ttl" and "validity" can be used. [optional]
Ttl int After how many seconds this channel is considered as failed and the next channel is attempted. Only one of "ttl" and "validity" can be used. [optional]
Text string Text content of the RCS message
ImageUrl string URL for the embedded image. [optional]
ButtonUrl string URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) [optional]
ButtonText 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 ChannelEnum.Rcs]
Video WhatsAppVideo [optional]
Template WhatsAppTemplate [optional]
Carousel ViberCarousel [optional]
Autoconvert string Defines how non-GSM characters will be treated: - "on" Use replacement settings from the account's API Auto Replace settings page (default) - "full" All non GSM 03.38 characters will be replaced with suitable alternatives - "off" Message content is not modified in any way [optional]
Udh string hex-encoded string containing SMS UDH [optional]
Image WhatsAppImage [optional]
Audio WhatsAppAudio [optional]
Document WhatsAppDocument [optional]
Sticker WhatsAppSticker [optional]
Suggestions List<RcsSuggestion> List of suggestions to include with the message [optional]
RichCard RcsRichCard [optional]
ContentInfo RcsContentInfo [optional]

[Back to Model list] [Back to API list] [Back to README]