SubscribeModEventsEventGroupChatMemberAdded
data class SubscribeModEventsEventGroupChatMemberAdded(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val ownerDid: Did, val requestMembersCount: Long, val rev: String, val subjectDid: Did, val subjectFollowsOwner: Boolean)
Fired when a member is added to a group chat. Note that members are added in the 'request' state.
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.
ownerDid
The DID of the group chat owner.
requestMembersCount
The number of members who have not yet accepted the convo.
subjectDid
The DID of the member who was added.
subjectFollowsOwner
Whether the added member follows the group owner.
Properties
Link copied to clipboard
When the group was originally created.
Link copied to clipboard
Current member count at the time of the event.
Link copied to clipboard
The number of members who have not yet accepted the convo.
Link copied to clipboard
The DID of the member who was added.
Link copied to clipboard
Whether the added member follows the group owner.