clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
Account
common
Account
data class
Account
(address:
JsonAddress
?, deviceId:
Int
?, accountId:
String
?) :
SignaldResponseBodyV1
Content copied to clipboard
A local account in signald
Constructors
Properties
Constructors
Account
Link copied to clipboard
common
fun
Account
(address:
JsonAddress
? = null, deviceId:
Int
? = null, accountId:
String
? = null)
Content copied to clipboard
Properties
accountId
Link copied to clipboard
common
val
accountId
:
String
? = null
Content copied to clipboard
The primary identifier on the account, included with all requests to signald for this account.
address
Link copied to clipboard
common
val
address
:
JsonAddress
? = null
Content copied to clipboard
The address of this account
deviceId
Link copied to clipboard
common
val
deviceId
:
Int
? = null
Content copied to clipboard
The Signal device ID.