green-api / issues

12 stars 0 forks source link

Требуется исправить валидацию групповых chatId / Required to fix group chatId validation #540

Open dephea opened 3 months ago

dephea commented 3 months ago

Требуется Исправить валидацию групповых chatId, которые начинаются на цифру 0 или не существуют, или в которых аккаунт, привязанный к инстансу, не является участником.

Если отправить сообщение на подобный групповой chatId, сообщение застрянет в очереди и следующие сообщения в очереди не будут отправляться Пример: 0202221234@g.us

Уровень API

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


Required To fix the validation of group chatIds that start by the "0" digit or do not exist, or the group chats, in which the Whatsapp account authorized into the instance, is not participating in.

If someone tries to send a message to this kind of a group chatId, the message gets stuck and next messages in the queue won't be sent Example: 0202221234@g.us

Level API

Workaround