Skip to content

Commit

Permalink
Merge pull request #1215 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
Update Telegram schema to the latest layer
  • Loading branch information
ernado authored Oct 14, 2023
2 parents 6e5a451 + 5519e14 commit f63c245
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _schema/tdlib.tl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Code generated by ./cmd/dltl, DO NOT EDIT.
//
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/telegram_api.tl
// Layer: 164
// SHA256: 087f46f3f56089134c4d9e6357398c72eceb3484857377a0a4637aed725d7547
// Layer: 165
// SHA256: f3c57de52d5b40cf1c5e0d2c51a2e9305f9aabd8d6c4b27352e36fc03db49f52

int#a8509bda ? = Int;

Expand Down Expand Up @@ -2334,7 +2334,7 @@ peerStories#9a35e999 flags:# peer:Peer max_read_id:flags.0?int stories:Vector<St

stories.peerStories#cae68768 stories:PeerStories chats:Vector<Chat> users:Vector<User> = stories.PeerStories;

stories.boostsStatus#66ea1fef flags:# my_boost:flags.2?true level:int current_level_boosts:int boosts:int next_level_boosts:flags.0?int premium_audience:flags.1?StatsPercentValue = stories.BoostsStatus;
stories.boostsStatus#e5c1aa5c flags:# my_boost:flags.2?true level:int current_level_boosts:int boosts:int next_level_boosts:flags.0?int premium_audience:flags.1?StatsPercentValue boost_url:string = stories.BoostsStatus;

stories.canApplyBoostOk#c3173587 = stories.CanApplyBoostResult;

Expand All @@ -2344,6 +2344,8 @@ booster#e9e6380 user_id:long expires:int = Booster;

stories.boostersList#f3dd3d1d flags:# count:int boosters:Vector<Booster> next_offset:flags.0?string users:Vector<User> = stories.BoostersList;

messages.webPage#fd5e12bd webpage:WebPage chats:Vector<Chat> users:Vector<User> = messages.WebPage;


---functions---

Expand Down Expand Up @@ -2789,7 +2791,7 @@ messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:Inpu

messages.getCommonChats#e40ca104 user_id:InputUser max_id:long limit:int = messages.Chats;

messages.getWebPage#32ca8f91 url:string hash:int = WebPage;
messages.getWebPage#8d9692a3 url:string hash:int = messages.WebPage;

messages.toggleDialogPin#a731e257 flags:# pinned:flags.0?true peer:InputDialogPeer = Bool;

Expand Down Expand Up @@ -3435,4 +3437,4 @@ stories.canApplyBoost#db05c1bd peer:InputPeer = stories.CanApplyBoostResult;

stories.applyBoost#f29d7c2b peer:InputPeer = Bool;

// LAYER 164
// LAYER 165

0 comments on commit f63c245

Please sign in to comment.