SubscribeModEventsEventChatAccepted
data class SubscribeModEventsEventChatAccepted(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long? = null, val groupName: String? = null, val method: SubscribeModEventsEventChatAcceptedMethod, val ownerDid: Did? = null, val rev: String)
Fired when a user accepts a chat convo, either explicitly or by sending a message.
Parameters
actorDid
The DID of the person accepting the convo.
convoCreatedAt
When the convo was originally created.
groupMemberCount
Current member count at the time of the event. Only present for group convos.
groupName
The name of the group chat. Only present for group convos.
method
How the convo was accepted.
ownerDid
The DID of the group chat owner. Only present for group convos.