Skip to content

Releases: go-telegram/bot

v1.5.0

24 Jun 10:14
7a60411
Compare
Choose a tag to compare
  • support API v7.5

v1.4.1

19 Jun 11:59
Compare
Choose a tag to compare
  • fix: getGameHighScores returns an array of high scores instead of a single object (#94)
  • Use any type for ChatID in SetGameScoreParams and GetGameHighScoreParams (#88)

v1.4.0

29 May 11:09
6aa9af5
Compare
Choose a tag to compare
  • support API v7.4

v1.3.1

22 May 14:16
Compare
Choose a tag to compare
  • add Marshal functions for struct with many types
    • ChatBoostSource
    • ChatBackground
    • ChatMember
    • MenuButton
    • MaybeInaccessibleMessage
    • ReactionType
    • MessageOrigin

It allow you to use json.Marshal/Unmarsal for library structs

v1.3.0

20 May 09:08
267a217
Compare
Choose a tag to compare
  • support API 7.3

v1.2.2

25 Apr 15:19
Compare
Choose a tag to compare
  • fix race in test
  • add example inline_keyboard_multiselect

v1.2.1

03 Apr 11:48
Compare
Choose a tag to compare
  • Added error handling for specific error codes (#69)
  • fix: exit from waitUpdates function when context is terminated (#75)

v1.2.0

02 Apr 15:13
Compare
Choose a tag to compare
  • support API v7.2
  • remove worker pool
  • add option WithUpdatesChannelCap

v1.1.7

11 Mar 08:29
Compare
Choose a tag to compare
  • add error ErrorForbidden for responses with error code 403
  • fix CopyMessages capture response
  • ForwardMessages properly unmarshal result (#68)

v1.1.6

05 Mar 07:51
Compare
Choose a tag to compare
  • ForwardMessages return slice of MessageID (#66)