--
-- (C) 2020 - ntop.org
--
return {
telegram_token = "Token",
telegram_channel = "Channel Id",
validation = {
invalid_token = "Invalid Telegram Token.",
invalid_channel_name = "Invalid Telegram Channel Name.",
},
telegram_send_error = "Error sending message to Telegram.",
webhook_description = {
token_description = "Instructions:
- Start a new chat with @BotFather
- Type and send '/newbot'
- Give a name to your bot
- Give a username to your bot
- Copy here the token the @BotFather gave to you
",
channel_id_description = "Instructions if you want to use the bot in a group:- Add to your group the bot you created
- Add to your group @getidsbot
- Copy here the id the @getidsbot gave to you
Instructions if you want to use the bot in a chat:- Start a new conversation with @getidsbot
- Copy here the id the @getidsbot gave to you
",
}
}