mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Allow single chat history export.
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
return *_session;
|
||||
}
|
||||
|
||||
void startExport();
|
||||
void startExport(PeerData *peer = nullptr);
|
||||
void startExport(const MTPInputPeer &singlePeer);
|
||||
void suggestStartExport(TimeId availableAt);
|
||||
void clearExportSuggestion();
|
||||
rpl::producer<Export::View::PanelController*> currentExportView() const;
|
||||
|
Reference in New Issue
Block a user