LogIncomingJoinRequest

data class LogIncomingJoinRequest(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 made to a group the viewer owns. Only the owner gets this.

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