Answer the question
In order to leave comments, you need to log in
Getting a response from the user?
Googled and found only code for python, or using a database
if (msg.Text == "Вход")
{
await client.SendTextMessageAsync(e.Message.Chat.Id, "Введите логин");
if (msg.Text != "Вход")
{
string strmsg = msg.ReplyToMessage.Text;
Console.WriteLine("123");
await client.SendTextMessageAsync(1111111, strmsg);
}
}
if (msg.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