mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Update Main API and System Messages schemas
This commit is contained in:
parent
360cfaa9aa
commit
c8c93b9ce6
2 changed files with 10 additions and 4 deletions
|
|
@ -1364,7 +1364,4 @@ langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLangua
|
||||||
folders.editPeerFolders#6847d0ab folder_peers:Vector<InputFolderPeer> = Updates;
|
folders.editPeerFolders#6847d0ab folder_peers:Vector<InputFolderPeer> = Updates;
|
||||||
folders.deleteFolder#1c295881 folder_id:int = Updates;
|
folders.deleteFolder#1c295881 folder_id:int = Updates;
|
||||||
|
|
||||||
// LAYER 103
|
// LAYER 103
|
||||||
|
|
||||||
// Ports
|
|
||||||
channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;
|
|
||||||
|
|
@ -53,6 +53,15 @@ ipPortSecret#37982646 ipv4:int port:int secret:bytes = IpPort;
|
||||||
accessPointRule#4679b65f phone_prefix_rules:string dc_id:int ips:vector<IpPort> = AccessPointRule;
|
accessPointRule#4679b65f phone_prefix_rules:string dc_id:int ips:vector<IpPort> = AccessPointRule;
|
||||||
help.configSimple#5a592a6c date:int expires:int rules:vector<AccessPointRule> = help.ConfigSimple;
|
help.configSimple#5a592a6c date:int expires:int rules:vector<AccessPointRule> = help.ConfigSimple;
|
||||||
|
|
||||||
|
// tlsClientHello blocks:vector<TlsBlock> = TlsClientHello;
|
||||||
|
//
|
||||||
|
// tlsBlockString data:string = TlsBlock;
|
||||||
|
// tlsBlockRandom length:int = TlsBlock;
|
||||||
|
// tlsBlockZero length:int = TlsBlock;
|
||||||
|
// tlsBlockDomain = TlsBlock;
|
||||||
|
// tlsBlockGrease seed:int = TlsBlock;
|
||||||
|
// tlsBlockScope entries:Vector<TlsBlock> = TlsBlock;
|
||||||
|
|
||||||
---functions---
|
---functions---
|
||||||
|
|
||||||
rpc_drop_answer#58e4a740 req_msg_id:long = RpcDropAnswer;
|
rpc_drop_answer#58e4a740 req_msg_id:long = RpcDropAnswer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue