mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Added api support for clicks on sponsored messages with media.
This commit is contained in:
@@ -90,7 +90,7 @@ public:
|
||||
void request(not_null<History*> history, Fn<void()> done);
|
||||
void clearItems(not_null<History*> history);
|
||||
[[nodiscard]] Details lookupDetails(const FullMsgId &fullId) const;
|
||||
void clicked(const FullMsgId &fullId);
|
||||
void clicked(const FullMsgId &fullId, bool isMedia, bool isFullscreen);
|
||||
|
||||
[[nodiscard]] bool append(not_null<History*> history);
|
||||
void inject(
|
||||
|
Reference in New Issue
Block a user