2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Updated TDesktop sources to 2.6

This commit is contained in:
RadRussianRus
2021-02-25 00:09:00 +03:00
574 changed files with 17884 additions and 8895 deletions

View File

@@ -65,6 +65,7 @@ namespace Ui {
class ResizeArea;
class PlainShadow;
class DropdownMenu;
enum class ReportReason;
template <typename Widget>
class SlideWrap;
} // namespace Ui
@@ -212,6 +213,12 @@ public:
void mentionUser(PeerData *peer);
void showChooseReportMessages(
not_null<PeerData*> peer,
Ui::ReportReason reason,
Fn<void(MessageIdsList)> done);
void clearChooseReportMessages();
void ui_showPeerHistory(
PeerId peer,
const SectionShow &params,
@@ -221,8 +228,6 @@ public:
bool notify_switchInlineBotButtonReceived(const QString &query, UserData *samePeerBot, MsgId samePeerReplyTo);
void notify_showScheduledButtonChanged();
MsgId highlightedOriginalId() const;
using FloatDelegate::floatPlayerAreaUpdated;
void closeBothPlayers();