SubscribeModEventsEventGroupChatMemberAdded

constructor(actorDid: Did, convoCreatedAt: Timestamp, convoId: String, createdAt: Timestamp, groupMemberCount: Long, groupName: String, ownerDid: Did, requestMembersCount: Long, rev: String, subjectDid: Did, subjectFollowsOwner: Boolean)

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.