From 390ddd9fd6e2382683b1828331ca113b2a1844e2 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 1 Nov 2022 14:53:26 -0700 Subject: [PATCH] Documentation fix. --- docs/docs/messaging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/messaging/index.md b/docs/docs/messaging/index.md index 7b3accd1..47295287 100644 --- a/docs/docs/messaging/index.md +++ b/docs/docs/messaging/index.md @@ -80,7 +80,7 @@ Note the last line, indicating it's connected as a bot. If you wish to use Teleg "apiid": 0, "apihash": "00000000000000000000000", "session": "aaaaaaaaaaaaaaaaaaaaaaa", - "useWSS": false, // Important. Most proxies cannot use SSL. + "useWSS": false, // Important. Most proxies cannot use SSL. "proxy": { "ip": "123.123.123.123", // Proxy host (IP or hostname) "port": 123, // Proxy port