AWSChimeSDKMessagingTarget
Objective-C
@interface AWSChimeSDKMessagingTarget
Swift
class AWSChimeSDKMessagingTarget
The target of a message, a sender, a user, or a bot. Only the target and the sender can view targeted messages. Only users who can see targeted messages can take actions on them. However, administrators can delete targeted messages that they can’t see.
-
The ARN of the target channel member.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable memberArn;
Swift
var memberArn: String? { get set }