Skip to content

Commit

Permalink
Update API schema to Layer 166 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
null-nick committed Nov 6, 2023
1 parent 366b36c commit cd9c86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ updateReadStories#f74e932b peer:Peer max_id:int = Update;
updateStoryID#1bf335b9 id:int random_id:long = Update;
updateStoriesStealthMode#2c084dc1 stealth_mode:StoriesStealthMode = Update;
updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update;
updateBotChatBoost#904dd49c peer:Peer boost:Boost qts:int = Update;

updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;

Expand Down Expand Up @@ -2179,5 +2180,6 @@ premium.getBoostsList#60f67660 flags:# gifts:flags.0?true peer:InputPeer offset:
premium.getMyBoosts#be77b4a = premium.MyBoosts;
premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector<int> peer:InputPeer = premium.MyBoosts;
premium.getBoostsStatus#42f1f61 peer:InputPeer = premium.BoostsStatus;
premium.getUserBoosts#39854d1f peer:InputPeer user_id:InputUser = premium.BoostsList;

// LAYER 166

0 comments on commit cd9c86c

Please sign in to comment.