SubscribeModEventsEventGroupChatJoinRequestApproved
data class SubscribeModEventsEventGroupChatJoinRequestApproved(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val ownerDid: Did, val rev: String, val subjectDid: Did)
Fired when a join request is approved by the group owner.
Parameters
actorDid
The DID of the owner approving the request.
convoCreatedAt
When the group was originally created.
groupMemberCount
Current member count at the time of the event.
ownerDid
The DID of the group chat owner.
subjectDid
The DID of the member whose request was approved.