SubscribeModEventsEventGroupChatJoinRequestRejected
data class SubscribeModEventsEventGroupChatJoinRequestRejected(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 rejected by the group owner.
Parameters
actorDid
The DID of the owner rejecting 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 rejected.