AWSChimeSDKMessagingRedactChannelMessageResponse

Objective-C

@interface AWSChimeSDKMessagingRedactChannelMessageResponse

Swift

class AWSChimeSDKMessagingRedactChannelMessageResponse
  • 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 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 response.

    Only required when redacting messages in a SubChannel that the user belongs to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable subChannelId;

    Swift

    var subChannelId: String? { get set }