You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR makes the bot_token optional when using the TelegramMixin.
* bot_token can be updated with the auth-protected `connect_telegram`
route
* bot_tokens are either passed via the internal kv store OR the config
* config bot_token takes precedence over the kv-stored bot_token
* Note: kv store is used since config is idempotent.
0 commit comments