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.

Constructors

Link copied to clipboard
constructor(actorDid: Did, convoCreatedAt: Timestamp, convoId: String, createdAt: Timestamp, groupMemberCount: Long? = null, groupName: String? = null, method: SubscribeModEventsEventChatAcceptedMethod, ownerDid: Did? = null, rev: String)

Properties

Link copied to clipboard

The DID of the person accepting the convo.

Link copied to clipboard

When the convo was originally created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Current member count at the time of the event. Only present for group convos.

Link copied to clipboard

The name of the group chat. Only present for group convos.

Link copied to clipboard

How the convo was accepted.

Link copied to clipboard

The DID of the group chat owner. Only present for group convos.

Link copied to clipboard
val rev: String