AWSChimeSDKMessagingUpdateChannelMessageResponse
Objective-C
@interface AWSChimeSDKMessagingUpdateChannelMessageResponseSwift
class AWSChimeSDKMessagingUpdateChannelMessageResponse- 
                  
                  The ARN of the channel. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable channelArn;Swift var channelArn: String? { get set }
- 
                  
                  The ID string of the message being updated. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable messageId;Swift var messageId: String? { get set }
- 
                  
                  The status of the message update. DeclarationObjective-C @property (nonatomic, strong) AWSChimeSDKMessagingChannelMessageStatusStructure *_Nullable status;Swift var status: AWSChimeSDKMessagingChannelMessageStatusStructure? { get set }
- 
                  
                  The ID of the SubChannel in the response. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable subChannelId;Swift var subChannelId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSChimeSDKMessagingUpdateChannelMessageResponse Class Reference
        AWSChimeSDKMessagingUpdateChannelMessageResponse Class Reference