LogRejectJoinRequest

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

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

Prospective member who requested to join.

Link copied to clipboard
val rev: String