SBDThreadInfoUpdateEvent Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SBDMappable |
Declared in | SBDThreadInfoUpdateEvent.h |
Overview
An object that is returned through the event handler when a threaded reply is added or deleted. This object should be applied to the parent message.
Note: This class is available from 3.0.181
threadInfo
An object that has the information about threaded messages.
@property (strong, readonly, nonnull) SBDThreadInfo *threadInfo
Availability
3.0.181
Declared In
SBDThreadInfoUpdateEvent.h
targetMessageId
The unique ID of the message that contains thread information.
@property (atomic, readonly) long long targetMessageId
Availability
3.0.181
Declared In
SBDThreadInfoUpdateEvent.h
channelUrl
The unique URL of the channel where threaded messages belong.
@property (strong, readonly, nonnull) NSString *channelUrl
Availability
3.0.181
Declared In
SBDThreadInfoUpdateEvent.h
channelType
The type of the channel where threaded messages belong.
@property (atomic, readonly) SBDChannelType channelType
Availability
3.0.181
Declared In
SBDThreadInfoUpdateEvent.h