go-telegram/bot

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

Closed this issue · 0 comments

var httpBody io.Reader = http.NoBody

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