123456789 |
- namespace MafiaTelegramBot
- {
- public static class AppSettings
- {
- //public static string Url { get; set; } = ""; //TODO use this if need html tg api to get message updates
- public static string Name { get; set; } = ""; //TODO paste your bot name here if need using full commands like /start@mafiabot, if value "", triggers to all /start commands
- public static string Token { get; set; } = ""; //TODO paste your bot token here
- }
- }
|