mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Small schema change to fix docs source generation.
Note: I think the schema is wrong (again). Vector types are Boxed anywhere else except here.
This commit is contained in:
parent
75dbbaeaf5
commit
dac047580f
@ -44,7 +44,7 @@ new_session_created#9ec20908 first_msg_id:long unique_id:long server_salt:long =
|
||||
|
||||
//// 0xd433ad73 = hex(crc32(b"ipPort 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;
|
||||
help.configSimple#d997c3c5 date:int expires:int dc_id:int ip_port_list:Vector<IpPort> = help.ConfigSimple;
|
||||
|
||||
---functions---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user