2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00
tdlib-purple/config.cpp.in
Arseniy Lartsev 6b248364db stuff
2020-06-07 20:54:19 +02:00

19 lines
562 B
C++

namespace config {
#define PACKAGE_VERSION "0.5.2"
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";
int api_id = ${API_ID};
const char *api_hash ="${API_HASH}";
const char *stuff = "${STUFF}";
const char *configSubdir = "tdlib";
}