mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add simple forwarding options on bar click.
This commit is contained in:
@@ -39,6 +39,7 @@ class Session;
|
||||
|
||||
namespace Data {
|
||||
class WallPaper;
|
||||
struct ForwardDraft;
|
||||
} // namespace Data
|
||||
|
||||
namespace Dialogs {
|
||||
@@ -159,12 +160,12 @@ public:
|
||||
|
||||
int32 dlgsWidth() const;
|
||||
|
||||
void showForwardLayer(MessageIdsList &&items);
|
||||
void showForwardLayer(Data::ForwardDraft &&draft);
|
||||
void showSendPathsLayer();
|
||||
void shareUrlLayer(const QString &url, const QString &text);
|
||||
void inlineSwitchLayer(const QString &botAndQuery);
|
||||
void hiderLayer(base::unique_qptr<Window::HistoryHider> h);
|
||||
bool setForwardDraft(PeerId peer, MessageIdsList &&items);
|
||||
bool setForwardDraft(PeerId peer, Data::ForwardDraft &&draft);
|
||||
bool shareUrl(
|
||||
PeerId peerId,
|
||||
const QString &url,
|
||||
|
Reference in New Issue
Block a user