Skip to content

Commit 5fd5fc7

Browse files
committed
Update to Layer 162
1 parent 2737c8b commit 5fd5fc7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

compiler/api/source/main_api.tl

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ messageActionPaymentSent#96163f56 flags:# recurring_init:flags.2?true recurring_
159159
messageActionPhoneCall#80e11a7f flags:# video:flags.2?true call_id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = MessageAction;
160160
messageActionScreenshotTaken#4792929b = MessageAction;
161161
messageActionCustomAction#fae69f56 message:string = MessageAction;
162-
messageActionBotAllowed#c516d679 flags:# attach_menu:flags.1?true domain:flags.0?string app:flags.2?BotApp = MessageAction;
162+
messageActionBotAllowed#c516d679 flags:# attach_menu:flags.1?true from_request:flags.3?true domain:flags.0?string app:flags.2?BotApp = MessageAction;
163163
messageActionSecureValuesSentMe#1b287353 values:Vector<SecureValue> credentials:SecureCredentialsEncrypted = MessageAction;
164164
messageActionSecureValuesSent#d95c6154 types:Vector<SecureValueType> = MessageAction;
165165
messageActionContactSignUp#f3f25f76 = MessageAction;
@@ -579,7 +579,7 @@ chatInviteExported#ab4a819 flags:# revoked:flags.0?true permanent:flags.5?true r
579579
chatInvitePublicJoinRequests#ed107ab7 = ExportedChatInvite;
580580

581581
chatInviteAlready#5a686d7c chat:Chat = ChatInvite;
582-
chatInvite#300c44c1 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector<User> = ChatInvite;
582+
chatInvite#300c44c1 flags:# channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true verified:flags.7?true scam:flags.8?true fake:flags.9?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector<User> = ChatInvite;
583583
chatInvitePeek#61695cb0 chat:Chat expires:int = ChatInvite;
584584

585585
inputStickerSetEmpty#ffb62b95 = InputStickerSet;
@@ -1537,7 +1537,7 @@ messagePeerVoteMultiple#4628f6e6 peer:Peer options:Vector<bytes> date:int = Mess
15371537

15381538
sponsoredWebPage#3db8ec63 flags:# url:string site_name:string photo:flags.0?Photo = SponsoredWebPage;
15391539

1540-
storyViews#c64c0b97 flags:# views_count:int reactions_count:int recent_viewers:flags.0?Vector<long> = StoryViews;
1540+
storyViews#c64c0b97 flags:# has_viewers:flags.1?true views_count:int reactions_count:int recent_viewers:flags.0?Vector<long> = StoryViews;
15411541

15421542
storyItemDeleted#51e6ee4f id:int = StoryItem;
15431543
storyItemSkipped#ffadc913 flags:# close_friends:flags.8?true id:int date:int expire_date:int = StoryItem;
@@ -2026,6 +2026,9 @@ bots.setBotInfo#10cf3123 flags:# bot:flags.2?InputUser lang_code:string name:fla
20262026
bots.getBotInfo#dcd914fd flags:# bot:flags.0?InputUser lang_code:string = bots.BotInfo;
20272027
bots.reorderUsernames#9709b1c2 bot:InputUser order:Vector<string> = Bool;
20282028
bots.toggleUsername#53ca973 bot:InputUser username:string active:Bool = Bool;
2029+
bots.canSendMessage#1359f4e6 bot:InputUser = Bool;
2030+
bots.allowSendMessage#f132e3ef bot:InputUser = Updates;
2031+
bots.invokeWebViewCustomMethod#87fc5e7 bot:InputUser custom_method:string params:DataJSON = DataJSON;
20292032

20302033
payments.getPaymentForm#37148dbb flags:# invoice:InputInvoice theme_params:flags.0?DataJSON = payments.PaymentForm;
20312034
payments.getPaymentReceipt#2478d1cc peer:InputPeer msg_id:int = payments.PaymentReceipt;
@@ -2108,6 +2111,7 @@ chatlists.hideChatlistUpdates#66e486fb chatlist:InputChatlist = Bool;
21082111
chatlists.getLeaveChatlistSuggestions#fdbcd714 chatlist:InputChatlist = Vector<Peer>;
21092112
chatlists.leaveChatlist#74fae13a chatlist:InputChatlist peers:Vector<InputPeer> = Updates;
21102113

2114+
stories.canSendStory#b100d45d = Bool;
21112115
stories.sendStory#d455fcec flags:# pinned:flags.2?true noforwards:flags.4?true media:InputMedia media_areas:flags.5?Vector<MediaArea> caption:flags.0?string entities:flags.1?Vector<MessageEntity> privacy_rules:Vector<InputPrivacyRule> random_id:long period:flags.3?int = Updates;
21122116
stories.editStory#a9b91ae4 flags:# id:int media:flags.0?InputMedia media_areas:flags.3?Vector<MediaArea> caption:flags.1?string entities:flags.1?Vector<MessageEntity> privacy_rules:flags.2?Vector<InputPrivacyRule> = Updates;
21132117
stories.deleteStories#b5d501d7 id:Vector<int> = Vector<int>;
@@ -2128,4 +2132,4 @@ stories.report#c95be06a user_id:InputUser id:Vector<int> reason:ReportReason mes
21282132
stories.activateStealthMode#57bbd166 flags:# past:flags.0?true future:flags.1?true = Updates;
21292133
stories.sendReaction#49aaa9b3 flags:# add_to_recent:flags.0?true user_id:InputUser story_id:int reaction:Reaction = Updates;
21302134

2131-
// LAYER 161
2135+
// LAYER 162

0 commit comments

Comments
 (0)