LogOutgoingJoinRequest

data class LogOutgoingJoinRequest(val rev: String, val convoId: String)

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

Constructors

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

Properties

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