AWSChimeSDKMessagingDeleteChannelBanRequest
Objective-C
@interface AWSChimeSDKMessagingDeleteChannelBanRequest
Swift
class AWSChimeSDKMessagingDeleteChannelBanRequest
-
The ARN of the channel from which the
AppInstanceUser
was banned.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The ARN of the
AppInstanceUser
orAppInstanceBot
that makes the API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable chimeBearer;
Swift
var chimeBearer: String? { get set }
-
The ARN of the
AppInstanceUser
that you want to reinstate.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable memberArn;
Swift
var memberArn: String? { get set }