I want to send messages with my telegram bot to subscribers.
I already store all chat ids from my subscribers in TXT file every chat id in 1 line. now I need help to access this file and make send.messages go throw all chat ids without going over the API 30 messages per second.
my script works on python
please help :[