AWSChimeSDKMessagingDeleteChannelMembershipRequest

Objective-C

@interface AWSChimeSDKMessagingDeleteChannelMembershipRequest

Swift

class AWSChimeSDKMessagingDeleteChannelMembershipRequest
  • The ARN of the channel from which you want to remove the user.

    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 AppInstanceUserArn of the member that you’re removing from the channel.

    Declaration

    Objective-C

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

    Swift

    var memberArn: String? { get set }
  • The ID of the SubChannel in the request.

    Only for use by moderators.

    Declaration

    Objective-C

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

    Swift

    var subChannelId: String? { get set }