TCHDetailedDeliveryReceipt Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | TCHDetailedDeliveryReceipt.h | 
Overview
Contains the detailed information about the TCHMessage’s delivery status to the TCHParticipant
  status
	The delivery status of the TCHMessage delivery to the TCHParticipant.
@property (readonly) TCHDeliveryStatus statusDiscussion
The delivery status of the TCHMessage delivery to the TCHParticipant.
Declared In
TCHDetailedDeliveryReceipt.h
  sid
	The unique identifier for this receipt.
@property (readonly) NSString *sidDiscussion
The unique identifier for this receipt.
Declared In
TCHDetailedDeliveryReceipt.h
  messageSid
	The unique identifier of a TCHMessage which this receipt is for.
@property (readonly) NSString *messageSidDiscussion
The unique identifier of a TCHMessage which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
  conversationSid
	The unique idenitifier of a TCHConversation which this receipt is for.
@property (readonly) NSString *conversationSidDiscussion
The unique idenitifier of a TCHConversation which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
  channelMessageSid
	The messaging channel-specific identifier for the message delivered to participant, e.g. SMxx for text messages and MMxx for media messages etc.
@property (readonly) NSString *channelMessageSidDiscussion
The messaging channel-specific identifier for the message delivered to participant, e.g. SMxx for text messages and MMxx for media messages etc.
Declared In
TCHDetailedDeliveryReceipt.h
  participantSid
	The unique identifier of TCHParticipant which this receipt is for.
@property (readonly) NSString *participantSidDiscussion
The unique identifier of TCHParticipant which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
  errorCode
	The error code of the delivery operation which points to a detailed description of the reason why the TCHMessage cannot be delivered to the TCHParticipant.
@property (readonly) NSInteger errorCodeDiscussion
The error code of the delivery operation which points to a detailed description of the reason why the TCHMessage cannot be delivered to the TCHParticipant.
Declared In
TCHDetailedDeliveryReceipt.h
  dateCreatedAsDate
	The timestamp the receipt was created as an NSDate.
@property (readonly) NSDate *dateCreatedAsDateDiscussion
The timestamp the receipt was created as an NSDate.
Declared In
TCHDetailedDeliveryReceipt.h
  dateUpdatedAsDate
	The timestamp the receipt was last updated as an NSDate.
@property (readonly) NSDate *dateUpdatedAsDateDiscussion
The timestamp the receipt was last updated as an NSDate.
Declared In
TCHDetailedDeliveryReceipt.h