-
Notifications
You must be signed in to change notification settings - Fork 5.7k
refactor: add enum constants #3336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: add enum constants #3336
Conversation
* add constants for `max_connections` * expand docstring for `secret_token`
Bot.set_webhook()
* add limits for heading * add minimum proximity_alert_radius (as it is non-zero) * fix docstrings that link to HEADING constant twice instead of PROXIMITY_ALERT_RADIUS (and hence 360 was displayed instead of 100000)
Question regarding limits for Should I list all the limits in |
I think we should stick to TG API docs. |
closing this PR, all work moved to #3351 (with branches within same repo as opposed to fork) |
addresses #3107