From 9aeef112a1ffc9d1d69b10e48cd27f4359d5ad0c Mon Sep 17 00:00:00 2001 From: shoce Date: Wed, 10 Jul 2024 22:12:47 +0530 Subject: [PATCH] TgMaxFileSizeBytes --- tgzebot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgzebot.go b/tgzebot.go index 0b8218c..bf57519 100644 --- a/tgzebot.go +++ b/tgzebot.go @@ -321,7 +321,7 @@ var ( TgUpdateLog []int64 TgZeChatId int64 - TgMaxFileSizeBytes int64 = 49 << 20 + TgMaxFileSizeBytes int64 = 48 << 20 TgAudioBitrateKbps int64 = 50 DownloadLanguages []string = []string{"english", "german", "russian", "ukrainian"}