diff --git a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp index 76c6af11e8..35fff48957 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp @@ -1500,7 +1500,7 @@ base::unique_qptr ParticipantsBoxController::rowContextMenu( if (const auto chat = _peer->asChat()) { return chat->amCreator(); } - return _peer->isMegagroup(); + return _peer->isMegagroup() && !_peer->isGigagroup(); }(); if (canRestrictWithoutKick) { result->addAction(