From 5519e14afdf999029b05ece9603ec64dd6a9ad77 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 14 Oct 2023 07:44:27 +0000 Subject: [PATCH] feat(schema): update Telegram to the latest layer --- _schema/tdlib.tl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/_schema/tdlib.tl b/_schema/tdlib.tl index 8ba5230fab..50e86e6af7 100644 --- a/_schema/tdlib.tl +++ b/_schema/tdlib.tl @@ -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; @@ -2334,7 +2334,7 @@ peerStories#9a35e999 flags:# peer:Peer max_read_id:flags.0?int stories:Vector users:Vector = 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; @@ -2344,6 +2344,8 @@ booster#e9e6380 user_id:long expires:int = Booster; stories.boostersList#f3dd3d1d flags:# count:int boosters:Vector next_offset:flags.0?string users:Vector = stories.BoostersList; +messages.webPage#fd5e12bd webpage:WebPage chats:Vector users:Vector = messages.WebPage; + ---functions--- @@ -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; @@ -3435,4 +3437,4 @@ stories.canApplyBoost#db05c1bd peer:InputPeer = stories.CanApplyBoostResult; stories.applyBoost#f29d7c2b peer:InputPeer = Bool; -// LAYER 164 +// LAYER 165