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.

Constructors

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

Properties

Link copied to clipboard

The DID of the actor performing the action. For this event, same as ownerDid.

Link copied to clipboard

When the group was originally created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Current member count at the time of the event.

Link copied to clipboard
Link copied to clipboard

The DID of the group chat owner.

Link copied to clipboard

The number of members who have not yet accepted the convo.

Link copied to clipboard
val rev: String
Link copied to clipboard

The DID of the member who was added.

Link copied to clipboard

Whether the added member follows the group owner.