tdesktop/Telegram/SourceFiles/ui/chat/attach/attach_common.h
2020-10-30 18:32:18 +03:00

25 lines
400 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
*/
#pragma once
namespace Ui {
enum class AttachButtonType {
Edit,
Delete,
None,
};
enum class SendFilesWay {
Album,
Photos,
Files,
};
} // namespace Ui