SubscribeModEventsEventGroupChatJoinRequestApproved

data class SubscribeModEventsEventGroupChatJoinRequestApproved(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 approved by the group owner.

Parameters

actorDid

The DID of the owner approving 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 approved.

Constructors

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

Properties

Link copied to clipboard

The DID of the owner approving the request.

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
val rev: String
Link copied to clipboard

The DID of the member whose request was approved.