GroupConvo
constructor(createdAt: Timestamp, joinLink: JoinLinkView? = null, joinRequestCount: Long? = null, lockStatus: ConvoLockStatus, lockStatusModerationOverride: Boolean, memberCount: Long, memberLimit: Long, name: String, unreadJoinRequestCount: Long? = null)
Parameters
joinRequestCount
The total number of pending join requests for the group conversation. Only present for the owner. Capped at 21.
lockStatus
The lock status of the conversation.
lockStatusModerationOverride
Whether the lock status is being forced by a moderation override (account inactivation or convo takedown) rather than the owner's own setting.
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.
unreadJoinRequestCount
The number of unread join requests for the group conversation. Only present for the owner.