AWSChimeSDKMessagingDescribeChannelModeratorResponse
Objective-C
@interface AWSChimeSDKMessagingDescribeChannelModeratorResponse
Swift
class AWSChimeSDKMessagingDescribeChannelModeratorResponse
-
The details of the channel moderator.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelModerator *_Nullable channelModerator;
Swift
var channelModerator: AWSChimeSDKMessagingChannelModerator? { get set }