history_item_text.h 458 B

1234567891011121314151617
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. class HistoryItem;
  9. namespace Data {
  10. struct Group;
  11. } // namespace Data
  12. TextForMimeData HistoryItemText(not_null<HistoryItem*> item);
  13. TextForMimeData HistoryGroupText(not_null<const Data::Group*> group);