SubscribeModEventsEventGroupChatCreated

data class SubscribeModEventsEventGroupChatCreated(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val initialMemberDids: List<Did>, val ownerDid: Did, val rev: String)

Fire when a group chat is created.

Parameters

actorDid

The DID of the actor performing the action. For this event, same as ownerDid.

convoCreatedAt

When the group was originally created.

groupMemberCount

Current member count at the time of the event.

groupName

The name set at creation time.

initialMemberDids

DIDs of everyone added at creation time.

ownerDid

The DID of the group chat owner.

Constructors

Link copied to clipboard
constructor(actorDid: Did, convoCreatedAt: Timestamp, convoId: String, createdAt: Timestamp, groupMemberCount: Long, groupName: String, initialMemberDids: List<Did>, ownerDid: Did, rev: String)

Properties

Link copied to clipboard

The DID of the actor performing the action. For this event, same as ownerDid.

Link copied to clipboard

When the group was originally created.

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

Current member count at the time of the event.

Link copied to clipboard

The name set at creation time.

Link copied to clipboard

DIDs of everyone added at creation time.

Link copied to clipboard

The DID of the group chat owner.

Link copied to clipboard
val rev: String