JsonGroupJoinInfo

data class JsonGroupJoinInfo(groupID: String?, title: String?, description: String?, memberCount: Int?, addFromInviteLink: Int?, revision: Int?, pendingAdminApproval: Boolean?) : SignaldResponseBodyV1

Properties

addFromInviteLink
Link copied to clipboard
common
val addFromInviteLink: Int? = null
The access level required in order to join the group from the invite link, as an AccessControl.AccessRequired enum from the upstream Signal groups.proto file.
description
Link copied to clipboard
common
val description: String? = null
Example: "A club for running in Parkdale"
groupID
Link copied to clipboard
common
val groupID: String? = null
Example: "EdSqI90cS0UomDpgUXOlCoObWvQOXlH5G3Z2d3f4ayE="
memberCount
Link copied to clipboard
common
val memberCount: Int? = null
Example: 3
pendingAdminApproval
Link copied to clipboard
common
val pendingAdminApproval: Boolean? = null
Whether the account is waiting for admin approval in order to be added to the group.
revision
Link copied to clipboard
common
val revision: Int? = null
The Group V2 revision.
title
Link copied to clipboard
common
val title: String? = null
Example: "Parkdale Run Club"