AWSChimeSDKMessagingGetChannelMessageResponse
Objective-C
@interface AWSChimeSDKMessagingGetChannelMessageResponse
Swift
class AWSChimeSDKMessagingGetChannelMessageResponse
-
The details of and content in the message.
Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKMessagingChannelMessage *_Nullable channelMessage;
Swift
var channelMessage: AWSChimeSDKMessagingChannelMessage? { get set }