AWSChimeSDKMessagingDeleteChannelModeratorRequest

Objective-C

@interface AWSChimeSDKMessagingDeleteChannelModeratorRequest

Swift

class AWSChimeSDKMessagingDeleteChannelModeratorRequest
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The AppInstanceUserArn of the moderator being deleted.

    Declaration

    Objective-C

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

    Swift

    var channelModeratorArn: 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 }