SubscribeModEventsEventGroupChatCreated

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

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.