Skip to content

Releases: go-telegram/bot

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)

v1.1.5

04 Mar 16:09
Compare
Choose a tag to compare
  • add option WithAllowedUpdates (#65)

v1.1.4

27 Feb 08:07
e376830
Compare
Choose a tag to compare
  • fix CallbackQuery.Message field type from InaccessibleMessage to MaybeInaccessibleMessage