types
This commit is contained in:
parent
144a196693
commit
f5f92f6847
1 changed files with 21 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ type_maps:
|
||||||
AppChallengeResponse: 133
|
AppChallengeResponse: 133
|
||||||
AppIdentificationResponse: 134
|
AppIdentificationResponse: 134
|
||||||
LoadTxtRecord: 135
|
LoadTxtRecord: 135
|
||||||
|
ErrorNotSet: 136
|
||||||
|
SetChatSecret: 139
|
||||||
|
GetChatSecret: 140
|
||||||
|
ChatSecretResponse: 141
|
||||||
|
ChatSecretForward: 142
|
||||||
DataTypes:
|
DataTypes:
|
||||||
ErrorType: 32
|
ErrorType: 32
|
||||||
ErrorProtocol: 33
|
ErrorProtocol: 33
|
||||||
|
|
@ -198,3 +203,19 @@ type_maps:
|
||||||
AppSession: 130
|
AppSession: 130
|
||||||
AppData: 131
|
AppData: 131
|
||||||
TauriToken: 132
|
TauriToken: 132
|
||||||
|
Challenge: 133
|
||||||
|
EncryptedPayload: 134
|
||||||
|
SecurePayload: 135
|
||||||
|
DeviceId: 136
|
||||||
|
ClientId: 137
|
||||||
|
SecretId: 142
|
||||||
|
VersionNumber: 143
|
||||||
|
EncryptedSecret: 144
|
||||||
|
WrappingScheme: 146
|
||||||
|
UpdatedAt: 147
|
||||||
|
ChatId: 148
|
||||||
|
KemCiphertext: 149
|
||||||
|
SenderUserId: 152
|
||||||
|
RecipientUserId: 153
|
||||||
|
Recipients: 154
|
||||||
|
ReplyId: 155
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue