MessageListMessageResponse
The short detail of the message in the get batch response
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | The Id of the message |
batch_id | str | ❌ | Internal identifier of a batch the message was submitted in |
from_ | str | ❌ | Phone number in E.164 format from which the message is sent |
to | List[str] | ❌ | Phone number in E.164 format to which a message is sent |
creation_time | str | ❌ | The time at which the message was created |
last_modified_time | str | ❌ | The time at which the messages was last updated |
message_status | SmsStatusEnum | ❌ | Current status of a message |
segment_count | int | ❌ | Number of segments of a message |
text | str | ❌ | Text of a message. Returned if the view parameter is set to 'Detailed' |
cost | float | ❌ | Cost of a message |
direction | SmsDirectionEnum | ❌ | Direction of the SMS message |
error_code | str | ❌ | The RC error code of the message sending failure reason |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs