AWSChimeSDKMessagingUpdateChannelMessageResponse
Objective-C
@interface AWSChimeSDKMessagingUpdateChannelMessageResponse
Swift
class AWSChimeSDKMessagingUpdateChannelMessageResponse
-
The ARN of the channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The ID string of the message being updated.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable messageId;
Swift
var messageId: String? { get set }
-
The status of the message update.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMessageStatusStructure *_Nullable status;
Swift
var status: AWSChimeSDKMessagingChannelMessageStatusStructure? { get set }
-
The ID of the SubChannel in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;
Swift
var subChannelId: String? { get set }