GroupConvo
constructor(createdAt: Timestamp, joinLink: JoinLinkView? = null, joinRequestCount: Long, lockStatus: ConvoLockStatus, memberCount: Long, memberLimit: Long, name: String)
Parameters
joinRequestCount
The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.
lockStatus
The lock status of the conversation.
memberCount
The total number of members in the group conversation.
memberLimit
The maximum number of members allowed in the group conversation.
name
The display name of the group conversation.