mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Update system messages TL scheme
This commit is contained in:
parent
b3ffa1e86c
commit
d67dfd39da
@ -42,9 +42,16 @@ new_session_created#9ec20908 first_msg_id:long unique_id:long server_salt:long =
|
|||||||
// msg_copy#e06046b2 orig_message:Message = MessageCopy; // Not used
|
// msg_copy#e06046b2 orig_message:Message = MessageCopy; // Not used
|
||||||
// gzip_packed#3072cfa1 packed_data:string = Object; // Parsed manually
|
// gzip_packed#3072cfa1 packed_data:string = Object; // Parsed manually
|
||||||
|
|
||||||
|
http_wait#9299359f max_delay:int wait_after:int max_wait:int = HttpWait;
|
||||||
|
|
||||||
//// 0xd433ad73 = hex(crc32(b"ipPort ipv4:int port:int = IpPort"))
|
//// 0xd433ad73 = hex(crc32(b"ipPort ipv4:int port:int = IpPort"))
|
||||||
|
// ipPort ipv4:int port:int = IpPort;
|
||||||
|
// help.configSimple#d997c3c5 date:int expires:int dc_id:int ip_port_list:Vector<IpPort> = help.ConfigSimple;
|
||||||
|
|
||||||
ipPort#d433ad73 ipv4:int port:int = IpPort;
|
ipPort#d433ad73 ipv4:int port:int = IpPort;
|
||||||
help.configSimple#d997c3c5 date:int expires:int dc_id:int ip_port_list:Vector<IpPort> = help.ConfigSimple;
|
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;
|
||||||
|
|
||||||
---functions---
|
---functions---
|
||||||
|
|
||||||
@ -58,5 +65,3 @@ ping_delay_disconnect#f3427b8c ping_id:long disconnect_delay:int = Pong;
|
|||||||
destroy_session#e7512126 session_id:long = DestroySessionRes;
|
destroy_session#e7512126 session_id:long = DestroySessionRes;
|
||||||
|
|
||||||
contest.saveDeveloperInfo#9a5f6e95 vk_id:int name:string phone_number:string age:int city:string = Bool;
|
contest.saveDeveloperInfo#9a5f6e95 vk_id:int name:string phone_number:string age:int city:string = Bool;
|
||||||
|
|
||||||
http_wait#9299359f max_delay:int wait_after:int max_wait:int = HttpWait;
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from pyrogram.api.core import Message, MsgContainer, Object
|
from pyrogram.api.core import Message, MsgContainer, Object
|
||||||
from pyrogram.api.functions import Ping, HttpWait
|
from pyrogram.api.functions import Ping
|
||||||
from pyrogram.api.types import MsgsAck
|
from pyrogram.api.types import MsgsAck, HttpWait
|
||||||
from .msg_id import MsgId
|
from .msg_id import MsgId
|
||||||
from .seq_no import SeqNo
|
from .seq_no import SeqNo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user