Remove Linked Device Request
data class RemoveLinkedDeviceRequest(account: String, deviceId: Long) : SignaldRequestBodyV1<EmptyResponse>
Content copied to clipboard
Remove a linked device from the Signal account. Only allowed when the local device id is 1
Constructors
RemoveLinkedDeviceRequest
Link copied to clipboard
Functions
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard