AWSChimeSDKMessagingListChannelMessagesResponse
Objective-C
@interface AWSChimeSDKMessagingListChannelMessagesResponse
Swift
class AWSChimeSDKMessagingListChannelMessagesResponse
-
The ARN of the channel containing the requested messages.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelArn;
Swift
var channelArn: String? { get set }
-
The information about, and content of, each requested message.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelMessageSummary *> *_Nullable channelMessages;
Swift
var channelMessages: [AWSChimeSDKMessagingChannelMessageSummary]? { get set }
-
The token passed by previous API calls until all requested messages are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The ID of the SubChannel in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subChannelId;
Swift
var subChannelId: String? { get set }