From 881f3e479aaf310f927fe4504bdaddd7306580b4 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 30 Apr 2019 11:23:31 +0200 Subject: [PATCH] Bring the old, but working, channels.exportInvite method back We keep this until the server decides to enable the new methods for bots --- compiler/api/source/main_api.tl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/api/source/main_api.tl b/compiler/api/source/main_api.tl index 581427b5..61c9faf6 100644 --- a/compiler/api/source/main_api.tl +++ b/compiler/api/source/main_api.tl @@ -1313,3 +1313,6 @@ langpack.getLanguages#42c6978f lang_pack:string = Vector; langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLanguage; // LAYER 97 + +// Ports +channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite; \ No newline at end of file