AWSChimeSDKMessagingDeleteChannelMessageRequest

Objective-C

@interface AWSChimeSDKMessagingDeleteChannelMessageRequest

Swift

class AWSChimeSDKMessagingDeleteChannelMessageRequest
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The ARN of the AppInstanceUser or AppInstanceBot that 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 deleted.

    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 deleting messages in a SubChannel that the user belongs to.

    Declaration

    Objective-C

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

    Swift

    var subChannelId: String? { get set }