- Notifications
You must be signed in to change notification settings - Fork5.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
refactor: add enum constants#3336
Uh oh!
There was an error while loading.Please reload this page.
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 HEADINGconstant twice instead of PROXIMITY_ALERT_RADIUS(and hence 360 was displayed instead of 100000)
Uh oh!
There was an error while loading.Please reload this page.
Question regarding limits for Should I list all the limits in |
I think we should stick to TG API docs. |
Uh oh!
There was an error while loading.Please reload this page.
closing this PR, all work moved to#3351 (with branches within same repo as opposed to fork) |
Uh oh!
There was an error while loading.Please reload this page.
addresses#3107