Simple Telegram Bot with Calendar Picker control. Based on Telegram.Bot.Framework
Just modify appsettings.json and run.
The only mandatory parameter is ApiToken
.
Default BotLocale
is "en-US"
, but you can play with other options:
{
"CalendarBot": {
"ApiToken": "{your-bots-api-token}",
"BotUserName": "{your-bots-username}",
"PathToCertificate": "",
"WebhookUrl": "https://example.com/bots/{bot}/webhook/{token}",
"BotLocale": "es-ES"
},
}