AWSChimeSDKMessagingListChannelModeratorsResponse

Objective-C

@interface AWSChimeSDKMessagingListChannelModeratorsResponse

Swift

class AWSChimeSDKMessagingListChannelModeratorsResponse
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The information about and names of each moderator.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelModeratorSummary *> *_Nullable channelModerators;

    Swift

    var channelModerators: [AWSChimeSDKMessagingChannelModeratorSummary]? { get set }
  • The token passed by previous API calls until all requested moderators are returned.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }