data_bot_app.cpp 375 B

12345678910111213
  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. #include "data/data_bot_app.h"
  8. BotAppData::BotAppData(not_null<Data::Session*> owner, const BotAppId &id)
  9. : owner(owner)
  10. , id(id) {
  11. }