go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

Use any type for ChatID in SetGameScoreParams and GetGameHighScoreParams #88

Closed drifteri closed 3 weeks ago

drifteri commented 3 weeks ago

SetGameScoreParams and GetGameHighScoresParams structs use int as their data type for ChatID which is not large enough to store the actual ChatID from Telegram. Use any type since it's used everywhere else.