SBDReaction Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SBDMappable |
Declared in | SBDReaction.h |
Overview
Class to store the reaction info. The SBDBaseMessage
object can have the SBDReaction
object in reactions
property.
Note: This class is available in 3.0.169
key
The reaction key.
@property (strong, nonnull, readonly) NSString *key
Availability
3.0.169
Declared In
SBDReaction.h
userIds
The users who add the reaction.
@property (strong, nonnull, readonly, getter=getUserIds) NSArray<NSString*> *userIds
Availability
3.0.169
Declared In
SBDReaction.h
updatedAt
The timestamp when the reaction is updated.
@property (atomic, readonly) long long updatedAt
Availability
3.0.169
Declared In
SBDReaction.h