- Регистрация
- 19.05.2017
- Сообщения
- 8
- Благодарностей
- 0
- Баллы
- 1
Код:
public int ExecuteCode(Instance instance, IZennoPosterProjectModel project)
{
long userId = ;
var Bot = new TelegramBotClient("321884302:AAGaSzodBwerqreqwrenTKqXh_nPa3fxx_tJJeH6U");
MessageBox.Show("telegram created id " + userId);
MessageBox.Show("start sending");
Bot.SendTextMessage(userId, "hello from zenno");
MessageBox.Show("sent");
return 0;
}
Другие проекты работают в ZennoPoster, только при отправлении сообщения в тг стабильный вылет самой ZennoPoster.