SubscribeModEventsEventGroupChatMemberLeft
data class SubscribeModEventsEventGroupChatMemberLeft(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val leaveMethod: SubscribeModEventsEventGroupChatMemberLeftLeaveMethod, val ownerDid: Did, val rev: String, val subjectDid: Did)
Fired when a member leaves or is removed from a group chat.
Parameters
actorDid
The DID of the actor. For voluntary: the person leaving. For kicked: the owner.
convoCreatedAt
When the group was originally created.
groupMemberCount
Current member count at the time of the event.
leaveMethod
How the member left.
ownerDid
The DID of the group chat owner.
subjectDid
The DID of the member who left or was removed.