Skip to content

Commit

Permalink
TgMaxFileSizeBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Jul 10, 2024
1 parent 4276dc3 commit 9aeef11
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 @@ -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"}

Expand Down

0 comments on commit 9aeef11

Please sign in to comment.