LogApproveJoinRequest

data class LogApproveJoinRequest(val rev: String, val convoId: String, val member: ProfileViewBasic)

NOTE: This is under active development and should be considered unstable while this note is here. Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo.

Parameters

member

Prospective member who requested to join.

Constructors

Link copied to clipboard
constructor(rev: String, convoId: String, member: ProfileViewBasic)

Properties

Link copied to clipboard
Link copied to clipboard

Prospective member who requested to join.

Link copied to clipboard
val rev: String