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