SubscribeModEventsEventGroupChatJoinRequest

data class SubscribeModEventsEventGroupChatJoinRequest(val actorDid: Did, val convoCreatedAt: Timestamp, val convoId: String, val createdAt: Timestamp, val groupMemberCount: Long, val groupName: String, val joinLinkCode: String, val ownerDid: Did, val rev: String, val subjectFollowsOwner: Boolean)

Fired when a user requests to join a group chat via an join link that requires approval.

Parameters

actorDid

The DID of the person requesting to join.

convoCreatedAt

When the group was originally created.

groupMemberCount

Current member count at the time of the event.

joinLinkCode

The code of the join link used to request joining.

ownerDid

The DID of the group chat owner.

subjectFollowsOwner

Whether the requesting member follows the group owner.

Constructors

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

Properties

Link copied to clipboard

The DID of the person requesting to join.

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 code of the join link used to request joining.

Link copied to clipboard

The DID of the group chat owner.

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

Whether the requesting member follows the group owner.