There have been two issues with the code concerning group chat IDs.
Chat IDs may be up to 56bit long but most variables holding chat IDs were 32bit integers
Telegram group chat IDs may be negative. In the telebot library there were many checks to prevent sending to chats with negative ID and throwing an invalid argument error.
There have been two issues with the code concerning group chat IDs.