go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

If you get more than 2 videos, FileID will repeat the bug. #619

Open hbycwp opened 1 year ago

hbycwp commented 1 year ago

If you get more than 2 videos, FileID will repeat the bug.

telegram version: 5.5.1 code:

if update.Message.Video != nil { //Only the last id can be obtained here, and all ids are duplicate. log.Printf(update.Message.Video.FileID) }