AgoraChatSDK 1.3.1
Properties | List of all members
AgoraChatRecallMessageInfo Class Reference

#import <AgoraChatRecallMessageInfo.h>

Inheritance diagram for AgoraChatRecallMessageInfo:

Properties

NSString *_Nonnull recallBy
 
NSString *_Nonnull recallMessageId
 
AgoraChatMessage *_Nullable recallMessage
 
NSString *_Nullable ext
 
NSString *_Nonnull conversationId
 

Detailed Description

The message recall information object.

Property Documentation

◆ conversationId

- (NSString* _Nonnull) conversationId
readwritenonatomicstrong

The conversationId of the recalled message.

◆ ext

- (NSString* _Nullable) ext
readwritenonatomicstrong

The information to be transparently transmitted during message recall.

◆ recallBy

- (NSString* _Nonnull) recallBy
readwritenonatomiccopy

The user that recalls the message.

◆ recallMessage

- (AgoraChatMessage* _Nullable) recallMessage
readwritenonatomicstrong

The recalled message.

The value of this property is nil if the recipient is offline during message recall.

◆ recallMessageId

- (NSString* _Nonnull) recallMessageId
readwritenonatomiccopy

The ID of the recalled message.


The documentation for this class was generated from the following file: