JoinRequestView
data class JoinRequestView(val convoId: String, val requestedBy: ProfileViewBasic, val requestedAt: Timestamp)
A join request from the perspective of the group owner.
A join request from the perspective of the group owner.