AWSChimeSDKMessagingGetChannelMessageStatusRequest
Objective-C
@interface AWSChimeSDKMessagingGetChannelMessageStatusRequest
Swift
class AWSChimeSDKMessagingGetChannelMessageStatusRequest
-
The ARN of the channel
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The
AppInstanceUserArn
of the user making the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;
Swift
var chimeBearer: String? { get set }
-
The ID of the message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable messageId;
Swift
var messageId: String? { get set }
-
The ID of the SubChannel in the request.
Only required when getting message status in a SubChannel that the user belongs to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;
Swift
var subChannelId: String? { get set }