JoinRequestConvoView

data class JoinRequestConvoView(val convoId: String, val name: String, val owner: ProfileViewBasic, val memberCount: Long, val memberLimit: Long, val viewer: JoinLinkViewerState)

A join request from the perspective of the requester, including enough group context to render the request in a list (e.g. group name, owner, member count).

Constructors

Link copied to clipboard
constructor(convoId: String, name: String, owner: ProfileViewBasic, memberCount: Long, memberLimit: Long, viewer: JoinLinkViewerState)

Properties

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