green-api / issues

11 stars 0 forks source link

Требуется метод для изменения приоритета отправки сообщений / Need a method to change the priority of sending messages #456

Open ArtyomKovl opened 5 months ago

ArtyomKovl commented 5 months ago

Требуется: Требуется метод для изменения приоритета отправки сообщений из очереди при выполнении рассылки

Уровень: API

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

  1. Выполнить очистку очереди методом ClearMessagesQueue
  2. Выполнить запросы sendMessage в необходимом порядке

Required: Requires a method to change the priority of sending messages from a queue when performing a broadcast

Level: API

Workaround:

  1. Clear the queue using the ClearMessagesQueue method
  2. Execute sendMessage requests in the required order