2018-01-26 15:40:11 +00:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
|
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
|
|
|
|
For license and copyright information please follow this link:
|
|
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2018-01-27 17:26:24 +00:00
|
|
|
class HistoryItem;
|
|
|
|
|
|
|
|
namespace Data {
|
2018-01-29 18:09:08 +00:00
|
|
|
struct Group;
|
2018-01-27 17:26:24 +00:00
|
|
|
} // namespace Data
|
|
|
|
|
2019-04-08 15:10:06 +00:00
|
|
|
TextForMimeData HistoryItemText(not_null<HistoryItem*> item);
|
|
|
|
TextForMimeData HistoryGroupText(not_null<const Data::Group*> group);
|