Skip to content

Commit

Permalink
capitalize oneTimeMedia constant for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Nov 8, 2024
1 parent 84d8fde commit 290abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (

const (
randombyteLen = 256
oneTimeMedia = 2147483647
OneTimeMedia = 2147483647
)

var (
Expand Down

0 comments on commit 290abae

Please sign in to comment.