fix: correct misspelling flagged by linter
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4a30614cd0
commit
b0e737e983
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import (
|
||||||
|
|
||||||
// telegramHTTPTimeout is the HTTP client timeout for Telegram API requests.
|
// telegramHTTPTimeout is the HTTP client timeout for Telegram API requests.
|
||||||
// Long polling uses Timeout=30s on the API side; the HTTP client timeout
|
// Long polling uses Timeout=30s on the API side; the HTTP client timeout
|
||||||
// must be longer to avoid cancelling valid long-poll responses.
|
// must be longer to avoid canceling valid long-poll responses.
|
||||||
const telegramHTTPTimeout = 65 * time.Second
|
const telegramHTTPTimeout = 65 * time.Second
|
||||||
|
|
||||||
type TelegramChannel struct {
|
type TelegramChannel struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue