Skip to content

Commit 485877d

Browse files
committed
Update API schema to Layer 103
1 parent 303d031 commit 485877d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/api/source/main_api.tl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ userStatusLastMonth#77ebc742 = UserStatus;
101101
chatEmpty#9ba2d800 id:int = Chat;
102102
chat#3bda1bde flags:# creator:flags.0?true kicked:flags.1?true left:flags.2?true deactivated:flags.5?true id:int title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:flags.6?InputChannel admin_rights:flags.14?ChatAdminRights default_banned_rights:flags.18?ChatBannedRights = Chat;
103103
chatForbidden#7328bdb id:int title:string = Chat;
104-
channel#4df30834 flags:# creator:flags.0?true left:flags.2?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true signatures:flags.11?true min:flags.12?true scam:flags.19?true has_link:flags.20?true id:int access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int version:int restriction_reason:flags.9?string admin_rights:flags.14?ChatAdminRights banned_rights:flags.15?ChatBannedRights default_banned_rights:flags.18?ChatBannedRights participants_count:flags.17?int = Chat;
104+
channel#4df30834 flags:# creator:flags.0?true left:flags.2?true broadcast:flags.5?true verified:flags.7?true megagroup:flags.8?true restricted:flags.9?true signatures:flags.11?true min:flags.12?true scam:flags.19?true has_link:flags.20?true has_geo:flags.21?true id:int access_hash:flags.13?long title:string username:flags.6?string photo:ChatPhoto date:int version:int restriction_reason:flags.9?string admin_rights:flags.14?ChatAdminRights banned_rights:flags.15?ChatBannedRights default_banned_rights:flags.18?ChatBannedRights participants_count:flags.17?int = Chat;
105105
channelForbidden#289da732 flags:# broadcast:flags.5?true megagroup:flags.8?true id:int access_hash:long title:string until_date:flags.16?int = Chat;
106106

107107
chatFull#1b7c9db3 flags:# can_set_username:flags.7?true id:int about:string participants:ChatParticipants chat_photo:flags.2?Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:flags.3?Vector<BotInfo> pinned_msg_id:flags.6?int folder_id:flags.11?int = ChatFull;
@@ -1065,7 +1065,7 @@ auth.resendCode#3ef1a9bf phone_number:string phone_code_hash:string = auth.SentC
10651065
auth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool;
10661066
auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = Bool;
10671067

1068-
account.registerDevice#5cbea590 token_type:int token:string app_sandbox:Bool secret:bytes other_uids:Vector<int> = Bool;
1068+
account.registerDevice#68976c6f flags:# no_muted:flags.0?true token_type:int token:string app_sandbox:Bool secret:bytes other_uids:Vector<int> = Bool;
10691069
account.unregisterDevice#3076c4bf token_type:int token:string other_uids:Vector<int> = Bool;
10701070
account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;
10711071
account.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettings;
@@ -1364,7 +1364,7 @@ langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLangua
13641364
folders.editPeerFolders#6847d0ab folder_peers:Vector<InputFolderPeer> = Updates;
13651365
folders.deleteFolder#1c295881 folder_id:int = Updates;
13661366

1367-
// Ports
1368-
channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;
1367+
// LAYER 103
13691368

1370-
// LAYER 102
1369+
// Ports
1370+
channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;

0 commit comments

Comments
 (0)