#ifndef APIENUMS_H #define APIENUMS_H enum ApiConfigSources { Telegram = 1, AmneziaGateway }; #endif // APIENUMS_H