Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 571 Bytes

File metadata and controls

22 lines (16 loc) · 571 Bytes

MessenteApi::DeliveryReportResponse

Properties

Name Type Description Notes
statuses Array<DeliveryResult> Contains the delivery reports for each channel, ordered by send order
to String Phone number in e.164 format
omnimessage_id String Unique identifier for the omnimessage

Example

require 'messente_api'

instance = MessenteApi::DeliveryReportResponse.new(
  statuses: null,
  to: null,
  omnimessage_id: null
)