SubscribeModEventsEventGroupChatMemberJoined
data class SubscribeModEventsEventGroupChatMemberJoined(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val joinLinkCode: String, val ownerDid: Did, val rev: String, val subjectFollowsOwner: Boolean)
Fired when a member joins a group chat via an join link that does not require approval.
Parameters
actorDid
The DID of the person joining.
convoCreatedAt
When the group was originally created.
groupMemberCount
Current member count at the time of the event.
joinLinkCode
The code of the join link used to join.
ownerDid
The DID of the group chat owner.
subjectFollowsOwner
Whether the joining member follows the group owner.