Skip to content

Releases: go-telegram/bot

v0.7.5

13 Apr 08:46
Compare
Choose a tag to compare
  • add option WithDebugHandler

v0.7.4

10 Apr 07:44
Compare
Choose a tag to compare
  • [BUGFIX] change field SendPollParams.IsAnonymous to *bool (#26)
  • add helpers bot.True() and bot.False() for define *bool values

v0.7.3

05 Apr 09:59
Compare
Choose a tag to compare
  • make bot.ProcessUpdate public

v0.7.2

03 Apr 07:14
Compare
Choose a tag to compare
  • fix copyMessage method (#24)

v0.7.1

20 Mar 07:18
Compare
Choose a tag to compare
  • fix field name in MenuButtonWebApp #21

Changelog

14 Mar 08:27
83b2802
Compare
Choose a tag to compare
  • support bot api 6.6

Changelog

01 Mar 07:28
Compare
Choose a tag to compare
  • [BREAKING] change UserID field type in methods params and models from int to int64 #19

Changelog

10 Feb 10:02
Compare
Choose a tag to compare
  • [BUGFIX] send http.NoBody if all params fields are empty. For example, method getMyCommands has not required fields

Changelog

06 Feb 07:55
de923f1
Compare
Choose a tag to compare

support bot api 6.5

Changelog

05 Feb 10:34
Compare
Choose a tag to compare
  • [BUGFIX] SendChatAction now calls sendChatAction instead sendDice