feat: update Telegram client to support proxy configuration and enhance error handling

This commit is contained in:
2026-02-24 14:16:01 +03:30
parent 29cbe6a38d
commit c6a7fc4676
5 changed files with 106 additions and 37 deletions
+2
View File
@@ -28,4 +28,6 @@ func main() {
if err := app.Start(startCtx); err != nil {
log.Fatalf("failed to start: %v", err)
}
app.Wait()
}