Hotfix to add timeout parameter to get_messages() function definition in Chat superclass
2.0.0
1.0.3
Adds check to wait and retry if API calls are throttled for sending too many requests in a period of time
1.0.2
Adds new subtle bugfixes. Linters will no longer flag "before" and "after" parameters as non-existent when calling the get_messages() function on an object of type Chat. Groups now retrieve 100 messages at a time, instead of 20
1.0.1
Fixed module import error that prevented the package from being used