AWSConnectParticipantMessageMetadata
Objective-C
@interface AWSConnectParticipantMessageMetadata
                Swift
class AWSConnectParticipantMessageMetadata
                Contains metadata related to a message.
- 
                  
                  
The identifier of the message that contains the metadata information.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable messageId;Swift
var messageId: String? { get set } - 
                  
                  
The list of receipt information for a message for different recipients.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectParticipantReceipt *> *_Nullable receipts;Swift
var receipts: [AWSConnectParticipantReceipt]? { get set } 
View on GitHub
Install in Dash
        AWSConnectParticipantMessageMetadata Class Reference