Skip to content

Releases: go-telegram/bot

v1.17.0

18 Aug 14:05

Choose a tag to compare

  • api 9.2 (#207)
  • fix: hide token from logs (#206)
  • use io.Pipe for build request (#205)
  • πŸ› οΈ fix: models.InputSticker model handling/usage (#201)
  • style: replace empty interface{} with any (#200)

v1.16.0

08 Jul 10:21

Choose a tag to compare

  • support API 9.1 (#194)

v1.15.0

29 Apr 13:58

Choose a tag to compare

  • support API 9.0 (#176)
  • fix json 'omitempty' fields for message struct - pinned_message/pinned_message (#175)
  • Add MessageEntity Types (#169)
  • fix: rawRequest - use errorsHandler for error on close resp body (#170)

v1.14.2

11 Apr 13:05

Choose a tag to compare

  • add MatchTypeCommand and MatchTypeCommandStartOnly
  • updated UploadStickerFile method to match Telegram Bot API (#165)

v1.14.1

17 Mar 07:40
55458f4

Choose a tag to compare

  • remove ci args for use default config
  • make MaskPosition optional
  • Add check for nil in addFormFieldInputFileUpload (#161)
  • Change type of Stickers field in CreateNewStickerSetParams struct (#160)

v1.14.0

12 Feb 13:55
3bd6139

Choose a tag to compare

  • support API 8.3

v1.13.3

13 Jan 08:00
337def9

Choose a tag to compare

  • add option WithInitialOffset(offset int64) - allows to set initial offset for getUpdates method

v1.13.2

11 Jan 09:27

Choose a tag to compare

  • change field type WebAppUser.ID from int to int64

v1.13.1

10 Jan 09:01

Choose a tag to compare

  • add method bot.ID() int64
  • add method bot.Token() string

v1.13.0

10 Jan 08:14

Choose a tag to compare

  • support API 8.2 (#144)
  • fix unmarshal ChatBackground
  • [BREAKING] ValidateWebappRequest - now returns model WebAppUser (#143)