2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 09:57:52 +00:00
tdlib-purple/config.cpp

15 lines
456 B
C++
Raw Normal View History

namespace config {
2020-06-05 23:38:45 +02:00
#define PACKAGE_VERSION "0.5.2"
2020-05-10 17:57:15 +02:00
char pluginId[] = "telegram-tdlib";
char pluginName[] = "Telegram (tdlib)";
char versionString[] = PACKAGE_VERSION ", tdlib " TD_VERSION;
char pluginSummary[] = "Telegram using tdlib";
char pluginDesc[] = "Telegram Protocol Plugin using tdlib";
char pluginAuthor[] = "Arseniy Lartsev";
char projectUrl[] = "https://github.com/ars3niy/tdlib-purple";
2020-02-22 11:42:04 +01:00
const char *configSubdir = "tdlib";
}