mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added initial ability to show content in OverlayWidget from Controller.
This commit is contained in:
@@ -347,6 +347,10 @@ public:
|
||||
void showPassportForm(const Passport::FormRequest &request);
|
||||
void clearPassportForm();
|
||||
|
||||
void openPhoto(not_null<PhotoData*> photo, FullMsgId contextId);
|
||||
void openPhoto(not_null<PhotoData*> photo, not_null<PeerData*> peer);
|
||||
void openDocument(not_null<DocumentData*> document, FullMsgId contextId);
|
||||
|
||||
void showChooseReportMessages(
|
||||
not_null<PeerData*> peer,
|
||||
Ui::ReportReason reason,
|
||||
|
Reference in New Issue
Block a user