go-telegram / bot

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

bug: error get updates, error do request for method getUpdates, Post "https://api.telegram.org/botxxxxx": EOF #100

Closed udpwiki closed 1 week ago

udpwiki commented 1 week ago

https://github.com/go-telegram/bot/blob/7a604116d38ff81fe1346d13fa51a8e8d01336e7/raw_request.go#L27

The httpBody variable should be set to nil, otherwise an EOF error will occur when there is no body parameter.