Answer the question
In order to leave comments, you need to log in
How can I edit a message sent by a BOT to a telegram channel?
There is a BOT in C# winform. He sends a message to the telegram channel in this way.
private void btnSignal_Click(object sender, EventArgs e)
{
BotClient = new TelegramBotClient(tokenbottxt);
BotClient.StartReceiving();
var SendMessage = BotClient.SendTextMessageAsync(CanalIDtxt, txtBotSignal.Text);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question