Update Main API and System Messages schemas
This commit is contained in:
parent
360cfaa9aa
commit
c8c93b9ce6
@ -1364,7 +1364,4 @@ langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLangua
|
||||
folders.editPeerFolders#6847d0ab folder_peers:Vector<InputFolderPeer> = Updates;
|
||||
folders.deleteFolder#1c295881 folder_id:int = Updates;
|
||||
|
||||
// LAYER 103
|
||||
|
||||
// Ports
|
||||
channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;
|
||||
// LAYER 103
|
@ -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;
|
||||
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---
|
||||
|
||||
rpc_drop_answer#58e4a740 req_msg_id:long = RpcDropAnswer;
|
||||
|
Loading…
Reference in New Issue
Block a user