public void SendMessage(TelegramBotClient botClient)
        {
            InlineButton inlineButton = new InlineButton();

            String Text = "🔔Отправьте картинку🔔";

            botClient.EditMessage(user.ID, user.MessageID, Text, "", user,
                                  inlineButton.BackToNotification());
        }