mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00

Added a warning to send_message to not exceed 5000 characters per message. Changed send_message to use HTTP POST instead of GET, to stretch the maximum character limit a little more.