Class: SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:11085
Implements
Constructors
new SignedPreKeyRecordStructure()
new SignedPreKeyRecordStructure(
p?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:11086
Parameters
p?
Returns
Properties
id?
optionalid:null|number
Defined in: WAProto/index.d.ts:11087
Implementation of
ISignedPreKeyRecordStructure.id
privateKey?
optionalprivateKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:11089
Implementation of
ISignedPreKeyRecordStructure.privateKey
publicKey?
optionalpublicKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:11088
Implementation of
ISignedPreKeyRecordStructure.publicKey
signature?
optionalsignature:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:11090
Implementation of
ISignedPreKeyRecordStructure.signature
timestamp?
optionaltimestamp:null|number|Long
Defined in: WAProto/index.d.ts:11091
Implementation of
ISignedPreKeyRecordStructure.timestamp
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:11097
Returns
object
create()
staticcreate(properties?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:11092
Parameters
properties?
Returns
decode()
staticdecode(r,l?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:11094
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:11093
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:11095
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:11098
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:11096
Parameters
m
o?
IConversionOptions
Returns
object