Skip to content

Commit bd00da3

Browse files
committed
Update to Layer 74
1 parent bf6604c commit bd00da3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

compiler/api/source/main_api.tl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ sendMessageGamePlayAction#dd6a8f48 = SendMessageAction;
400400
sendMessageRecordRoundAction#88f27fbc = SendMessageAction;
401401
sendMessageUploadRoundAction#243e1c66 progress:int = SendMessageAction;
402402

403-
contacts.found#1aa1f784 results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;
403+
contacts.found#b3134d9d my_results:Vector<Peer> results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;
404404

405405
inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;
406406
inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;
@@ -586,7 +586,7 @@ botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo
586586

587587
messages.botResults#947ca848 flags:# gallery:flags.0?true query_id:long next_offset:flags.1?string switch_pm:flags.2?InlineBotSwitchPM results:Vector<BotInlineResult> cache_time:int users:Vector<User> = messages.BotResults;
588588

589-
exportedMessageLink#1f486803 link:string = ExportedMessageLink;
589+
exportedMessageLink#5dab1af4 link:string html:string = ExportedMessageLink;
590590

591591
messageFwdHeader#559ebe6d flags:# from_id:flags.0?int date:int channel_id:flags.1?int channel_post:flags.2?int post_author:flags.3?string saved_from_peer:flags.4?Peer saved_from_msg_id:flags.4?int = MessageFwdHeader;
592592

@@ -841,8 +841,8 @@ auth.resendCode#3ef1a9bf phone_number:string phone_code_hash:string = auth.SentC
841841
auth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool;
842842
auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = Bool;
843843

844-
account.registerDevice#637ea878 token_type:int token:string = Bool;
845-
account.unregisterDevice#65c55b40 token_type:int token:string = Bool;
844+
account.registerDevice#f75874d1 token_type:int token:string other_uids:Vector<int> = Bool;
845+
account.unregisterDevice#3076c4bf token_type:int token:string other_uids:Vector<int> = Bool;
846846
account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;
847847
account.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettings;
848848
account.resetNotifySettings#db7e1747 = Bool;
@@ -1074,4 +1074,4 @@ langpack.getStrings#2e1ee318 lang_code:string keys:Vector<string> = Vector<LangP
10741074
langpack.getDifference#b2e4d7d from_version:int = LangPackDifference;
10751075
langpack.getLanguages#800fd57d = Vector<LangPackLanguage>;
10761076

1077-
// LAYER 73
1077+
// LAYER 74

0 commit comments

Comments
 (0)