AWSChimeSDKMessagingListChannelsModeratedByAppInstanceUserRequest

Objective-C

@interface AWSChimeSDKMessagingListChannelsModeratedByAppInstanceUserRequest

Swift

class AWSChimeSDKMessagingListChannelsModeratedByAppInstanceUserRequest
  • The ARN of the user or bot in the moderated channel.

    Declaration

    Objective-C

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

    Swift

    var appInstanceUserArn: 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 maximum number of channels in the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • The token returned from previous API requests until the number of channels moderated by the user is reached.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }