green-api / issues

9 stars 0 forks source link

Требуется исправить метод SendPoll / The SendPoll method needs to be fixed #536

Open ArtyomKovl opened 3 weeks ago

ArtyomKovl commented 3 weeks ago

Требуется: Требуется исправить метод SendPoll: при отправке одного варианта ответа или одинаковых вариантов получен ответ 200, сообщение не было отправлено. По сообщению придёт уведомлении со статусом failed и описанием ошибки.

Уровень: API

Обходное решение:

  1. При отправке опроса методом SendPoll указывать не менее 2 вариантов ответа;
  2. Не использовать одинаковые варианты ответа;
  3. Отслеживать статус отправленного сообщения.

Required: The SendPoll method needs to be fixed: when sending one response option or identical options, the response was 200, the message was not sent. According to the message, a notification will be sent with the status failed and a description of the error.

Level: API

Workaround:

  1. When sending a survey using the SendPoll method, indicate at least 2 answer options;
  2. Do not use the same answer options;
  3. Track the status of the sent message.