AWSChimeSDKMessagingListChannelsResponse

Objective-C

@interface AWSChimeSDKMessagingListChannelsResponse

Swift

class AWSChimeSDKMessagingListChannelsResponse
  • The information about each channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelSummary *> *_Nullable channels;

    Swift

    var channels: [AWSChimeSDKMessagingChannelSummary]? { get set }
  • The token returned from previous API requests until the number of channels is reached.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }