SubscribeModEventsEventChatAccepted
constructor(actorDid: Did, convoCreatedAt: Timestamp, convoId: String, createdAt: Timestamp, groupMemberCount: Long? = null, groupName: String? = null, method: SubscribeModEventsEventChatAcceptedMethod, ownerDid: Did? = null, rev: String)
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.