AWSChimeSDKMessagingRedactChannelMessageRequest
Objective-C
@interface AWSChimeSDKMessagingRedactChannelMessageRequest
Swift
class AWSChimeSDKMessagingRedactChannelMessageRequest
-
The ARN of the channel containing the messages that you want to redact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;Swift
var channelArn: String? { get set } -
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;Swift
var chimeBearer: String? { get set } -
The ID of the message being redacted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable messageId;Swift
var messageId: String? { get set } -
The ID of the SubChannel in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;Swift
var subChannelId: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingRedactChannelMessageRequest Class Reference