JoinRequestView

data class JoinRequestView(val convoId: String, val requestedBy: ProfileViewBasic, val requestedAt: Timestamp)

A join request from the perspective of the group owner.

Constructors

Link copied to clipboard
constructor(convoId: String, requestedBy: ProfileViewBasic, requestedAt: Timestamp)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard