SignedPreKeyRecordStructure
amiudmodz / proto / SignedPreKeyRecordStructure
Class: SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:12277
Implements
Constructors
new SignedPreKeyRecordStructure()
new SignedPreKeyRecordStructure(
p?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:12278
Parameters
p?
Returns
Properties
id?
optionalid:null|number
Defined in: WAProto/index.d.ts:12279
Implementation of
ISignedPreKeyRecordStructure.id
privateKey?
optionalprivateKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:12281
Implementation of
ISignedPreKeyRecordStructure.privateKey
publicKey?
optionalpublicKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:12280
Implementation of
ISignedPreKeyRecordStructure.publicKey
signature?
optionalsignature:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:12282
Implementation of
ISignedPreKeyRecordStructure.signature
timestamp?
optionaltimestamp:null|number|Long
Defined in: WAProto/index.d.ts:12283
Implementation of
ISignedPreKeyRecordStructure.timestamp
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:12289
Returns
object
create()
staticcreate(properties?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:12284
Parameters
properties?
Returns
decode()
staticdecode(r,l?):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:12286
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:12285
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):SignedPreKeyRecordStructure
Defined in: WAProto/index.d.ts:12287
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:12290
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:12288
Parameters
m
o?
IConversionOptions
Returns
object