mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Delete button for large channels is hidden now
(server doesn't allow to delete large channels any more). Error message added in a case when the current user (not admin) tries to add to a supergroup a user who was kicked by admin (and blacklisted by this action).
This commit is contained in:
@@ -251,6 +251,7 @@ public:
|
||||
void sentUpdatesReceived(const MTPUpdates &updates) {
|
||||
return sentUpdatesReceived(0, updates);
|
||||
}
|
||||
bool deleteChannelFailed(const RPCError &error);
|
||||
void inviteToChannelDone(ChannelData *channel, const MTPUpdates &updates);
|
||||
void historyToDown(History *hist);
|
||||
void dialogsToUp();
|
||||
|
Reference in New Issue
Block a user