Get Group Request
data class GetGroupRequest(account: String, groupID: String, revision: Int?) : SignaldRequestBodyV1<GetGroup, JsonGroupV2Info>
Content copied to clipboard
Query the server for the latest state of a known group. If no account in signald is a member of the group (anymore), an error with error_type: 'UnknownGroupException' is returned.
Constructors
GetGroupRequest
Link copied to clipboard
fun GetGroupRequest(account: String, groupID: String, revision: Int? = null)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): JsonGroupV2Info?
Content copied to clipboard
submit
Link copied to clipboard