GetGroupRequest
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 the account is not a member of the group, an UnknownGroupError is returned.
Constructors
Link copied to clipboard
fun GetGroupRequest(account: String, groupID: String, revision: Int? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): JsonGroupV2Info
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): JsonGroupV2Info
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): JsonGroupV2Info
Content copied to clipboard