ReadReceiptReceivedEvent
public class ReadReceiptReceivedEvent : BaseChatEvent
ReadReceiptReceivedEvent for real-time notifications.
-
Id of the chat message that has been read. This id is generated by the server.
Declaration
Swift
public var chatMessageId: String
-
The time at which the message was read. The timestamp is in RFC3339 format:
yyyy-MM-ddTHH:mm:ssZ
.Declaration
Swift
public var readOn: Iso8601Date?