kotatogram-desktop/Telegram/SourceFiles/data/data_forum.cpp
2022-11-01 19:25:32 +04:00

16 lines
363 B
C++

/*
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
*/
#include "data/data_forum.h"
namespace Data {
Forum::Forum() = default;
Forum::~Forum() = default;
} // namespace Data