Releases: go-telegram/bot
Releases · go-telegram/bot
v0.7.5
- add option
WithDebugHandler
v0.7.4
- [BUGFIX] change field
SendPollParams.IsAnonymous
to *bool (#26)
- add helpers
bot.True()
and bot.False()
for define *bool values
v0.7.3
- make
bot.ProcessUpdate
public
v0.7.2
- fix copyMessage method (#24)
v0.7.1
- fix field name in MenuButtonWebApp #21
Changelog
- [BREAKING] change UserID field type in methods params and models from
int
to int64
#19
Changelog
- [BUGFIX] send http.NoBody if all params fields are empty. For example, method
getMyCommands
has not required fields
Changelog
- [BUGFIX] SendChatAction now calls
sendChatAction
instead sendDice