Skip to content

Commit

Permalink
tlgen: update TL schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD authored and AmarnathCJD committed Nov 20, 2024
1 parent a817c60 commit 7059a84
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 140 deletions.
8 changes: 8 additions & 0 deletions schemes/api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ vector#1cb5c415 {t:Type} # [ t ] = Vector t;

error#c4b9f9bb code:int text:string = Error;

ipPort#d433ad73 ipv4:int port:int = IpPort;
ipPortSecret#37982646 ipv4:int port:int secret:bytes = IpPort;
null#56730bcc = Null;
true#3fedd339 = True;
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;invokeWithBusinessConnectionPrefix#dd289f8e connection_id:string = Error;
invokeWithGooglePlayIntegrityPrefix#1df92984 nonce:string token:string = Error;
invokeWithApnsSecretPrefix#0dae54f8 nonce:string secret:string = Error;

---types---

inputPeerEmpty#7f3b18ea = InputPeer;
inputPeerSelf#7da07ec9 = InputPeer;
Expand Down
2 changes: 1 addition & 1 deletion telegram/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package telegram
import "regexp"

const (
ApiVersion = 193
ApiVersion = 194
Version = "v1.4.1"

LogDebug = "debug"
Expand Down
2 changes: 1 addition & 1 deletion telegram/init_gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit 7059a84

Please sign in to comment.