|
1 | 1 | // Merged TL schema — layer 224 |
2 | | -// Generated: 2026-04-03 00:45:03 UTC |
| 2 | +// Generated: 2026-04-08 00:46:08 UTC |
3 | 3 | // Sources: |
4 | 4 | // tdlib: https://raw.githubusercontent.com/tdlib/td/refs/heads/master/td/generate/scheme/telegram_api.tl |
5 | 5 | // tdesktop: https://raw.githubusercontent.com/telegramdesktop/tdesktop/refs/heads/dev/Telegram/SourceFiles/mtproto/scheme/api.tl |
6 | 6 |
|
7 | | -// int ? = Int; |
8 | | -// long ? = Long; |
9 | | -// double ? = Double; |
10 | | -// string ? = String; |
| 7 | +int ? = Int; |
| 8 | +long ? = Long; |
| 9 | +double ? = Double; |
| 10 | +string ? = String; |
11 | 11 |
|
12 | | -// bytes = Bytes; |
13 | | -// int256 = Int256; |
| 12 | +bytes = Bytes; |
| 13 | +int256 = Int256; |
14 | 14 |
|
15 | | -// true#3fedd339 = True; |
| 15 | +true#3fedd339 = True; |
16 | 16 |
|
17 | | -// boolFalse#bc799737 = Bool; |
18 | | -// boolTrue#997275b5 = Bool; |
| 17 | +boolFalse#bc799737 = Bool; |
| 18 | +boolTrue#997275b5 = Bool; |
19 | 19 |
|
20 | | -// vector#1cb5c415 {t:Type} # [ t ] = Vector t; |
| 20 | +vector#1cb5c415 {t:Type} # [ t ] = Vector t; |
21 | 21 |
|
22 | | -// error#c4b9f9bb code:int text:string = Error; |
| 22 | +error#c4b9f9bb code:int text:string = Error; |
23 | 23 |
|
24 | | -// ipPort#d433ad73 ipv4:int port:int = IpPort; |
25 | | -// ipPortSecret#37982646 ipv4:int port:int secret:bytes = IpPort; |
26 | | -// accessPointRule#4679b65f phone_prefix_rules:string dc_id:int ips:vector<IpPort> = AccessPointRule; |
27 | | -// help.configSimple#5a592a6c date:int expires:int rules:vector<AccessPointRule> = help.ConfigSimple; |
| 24 | +ipPort#d433ad73 ipv4:int port:int = IpPort; |
| 25 | +ipPortSecret#37982646 ipv4:int port:int secret:bytes = IpPort; |
| 26 | +accessPointRule#4679b65f phone_prefix_rules:string dc_id:int ips:vector<IpPort> = AccessPointRule; |
| 27 | +help.configSimple#5a592a6c date:int expires:int rules:vector<AccessPointRule> = help.ConfigSimple; |
28 | 28 |
|
29 | | -// inputPeerPhotoFileLocationLegacy#27d69997 flags:# big:flags.0?true peer:InputPeer volume_id:long local_id:int = InputFileLocation; |
30 | | -// inputStickerSetThumbLegacy#dbaeae9 stickerset:InputStickerSet volume_id:long local_id:int = InputFileLocation; |
| 29 | +inputPeerPhotoFileLocationLegacy#27d69997 flags:# big:flags.0?true peer:InputPeer volume_id:long local_id:int = InputFileLocation; |
| 30 | +inputStickerSetThumbLegacy#dbaeae9 stickerset:InputStickerSet volume_id:long local_id:int = InputFileLocation; |
31 | 31 |
|
32 | 32 | ---functions--- |
33 | 33 |
|
|
0 commit comments