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.