JoinLinkPreviewView

data class JoinLinkPreviewView(val convoId: String, val code: String, val name: String, val owner: ProfileViewBasic, val memberCount: Long, val memberLimit: Long, val requireApproval: Boolean, val joinRule: JoinRule, val convo: ConvoView? = null, val viewer: JoinLinkViewerState? = null)

Preview that can be shown in feeds, including to unauthenticated viewers.

Parameters

convo

Present only if the request is authenticated and the user is a member of the group.

Constructors

Link copied to clipboard
constructor(convoId: String, code: String, name: String, owner: ProfileViewBasic, memberCount: Long, memberLimit: Long, requireApproval: Boolean, joinRule: JoinRule, convo: ConvoView? = null, viewer: JoinLinkViewerState? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Present only if the request is authenticated and the user is a member of the group.

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