feat: add telegram proxy support and add error handling for channel startup
This commit is contained in:
@@ -104,6 +104,8 @@ class TelegramChannel(BaseChannel):
|
||||
self._app = (
|
||||
Application.builder()
|
||||
.token(self.config.token)
|
||||
.proxy(self.config.proxy)
|
||||
.get_updates_proxy(self.config.proxy)
|
||||
.build()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user