AgoraChatSDK 1.2.0
Properties | List of all members
AgoraChatMessageReactionChange Class Reference

#import <AgoraChatMessageReactionChange.h>

Inheritance diagram for AgoraChatMessageReactionChange:

Properties

NSString * conversationId
 
NSString * messageId
 
NSArray< AgoraChatMessageReaction * > * reactions
 
NSArray< AgoraChatMessageReactionOperation * > * operations
 

Detailed Description

The message reaction change callback object.

Property Documentation

◆ conversationId

- (NSString*) conversationId
readatomicassign

The conversation ID.

◆ messageId

- (NSString*) messageId
readatomicassign

The message ID.

◆ operations

- (NSArray<AgoraChatMessageReactionOperation *>*) operations
readatomicassign

Details of changed operation.

◆ reactions

- (NSArray<AgoraChatMessageReaction *>*) reactions
readatomicassign

The Reaction which is changed.


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