2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Update API scheme.

This commit is contained in:
John Preston
2021-01-25 17:42:02 +04:00
parent 7410c1fc73
commit 36ad24bfcd
8 changed files with 271 additions and 281 deletions

View File

@@ -696,7 +696,6 @@ void GroupInfoBox::createChannel(const QString &title, const QString &descriptio
channel,
std::move(image));
}
using Flag = MTPmessages_ExportChatInvite::Flag;
_createdChannel = channel;
checkInviteLink();
};