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.