I read in the docs that bot can send:
- 30 messages/second to different chats
- 1 message per second to the same chat
- 20 messages per minute to the same group chat
but this is all about sending messages, what about other endpoints? more specifically getChatMembersCount
method?
Thanks