Skip to content

Commit

Permalink
TgMaxFileSizeBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Jun 1, 2024
1 parent a8fa9e7 commit 77a37da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgzebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ var (
TgUpdateLog []int64
TgZeChatId int64

TgMaxFileSizeBytes int64 = 52 * 1000 * 1000
TgMaxFileSizeBytes int64 = 49 << 20
TgAudioBitrateKbps int64 = 50
DownloadLanguages []string = []string{"english", "german", "russian", "ukrainian"}

Expand Down

0 comments on commit 77a37da

Please sign in to comment.