sinch.domains.sms.models.inbounds package

class sinch.domains.sms.models.inbounds.InboundMessage(
type: str,
id: str,
from_: str,
to: str,
body: str,
operator_id: str,
send_at: str,
received_at: str,
client_reference: str,
)[source]

Bases: SinchBaseModel

Parameters:
  • type (str)

  • id (str)

  • from_ (str)

  • to (str)

  • body (str)

  • operator_id (str)

  • send_at (str)

  • received_at (str)

  • client_reference (str)

type: str
id: str
from_: str
to: str
body: str
operator_id: str
send_at: str
received_at: str
client_reference: str