Get Group Request
data class GetGroupRequest(account: String, groupID: String, revision: Int?) : SignaldRequestBodyV1<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
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): JsonGroupV2Info
Content copied to clipboard