Recent Releases of https://github.com/go-telegram-bot-api/telegram-bot-api

https://github.com/go-telegram-bot-api/telegram-bot-api - v5.5.1

What's Changed

  • 🚑 Fix ChatJoinRequest.From json tag by @zigmund in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/500

New Contributors

  • @zigmund made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/500

Full Changelog: https://github.com/go-telegram-bot-api/telegram-bot-api/compare/v5.5.0...v5.5.1

- Go
Published by Syfaro about 4 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - v5.5.0

  • :sparkles: Add support for Bot API 5.5 https://github.com/go-telegram-bot-api/telegram-bot-api/commit/3f07c5f67644dfc8a9c37210de2b95cfdb060515
  • :ambulance: Fix a bug in ListenForWebhook where the channel would immediately be closed https://github.com/go-telegram-bot-api/telegram-bot-api/commit/fde58e56ae1e2629ee6b4a77a7feb0ddf38340ee
  • :pencil2: Rename KickChatMember to BanChatMember as part of missed Bot API 5.3 change https://github.com/go-telegram-bot-api/telegram-bot-api/commit/f2ef2729ab6c83b860cde5326e70b3c143b00ec3

- Go
Published by Syfaro about 4 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - v5.4.0

See the site for information about upgrading from v4

What's Changed

  • Bot API 4.6: Polls 2.0, misc. changes by @tjhorner in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/302
  • Resolve develop conflicts by @zhuharev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/307
  • Add FileUniqueID to ChatAnimation by @AlessandroPomponio in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/305
  • Create helper function WriteToHTTPResponse by @CNA-Bld in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/312
  • Added omitempty tag for clean JSON marshaling by @biodranik in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/336
  • fix add sticker to stickerset uploads by url and fileId by @overplumbum in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/210
  • Uploading a new photo to a channel functionality added. by @zergon321 in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/261
  • Cleanup bot test by @ErrorBoi in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/321
  • Add API type docks pack one by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/383
  • Add API type docks pack two by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/384
  • Add API type docks pack three by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/385
  • Attempt to use GitHub Actions by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/359
  • Escape Telegram formatting symbols by @ErikPelli in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/388
  • Updates for Bot API 5.0 and 5.1 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/392
  • Add support for uploading multiple files by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/356
  • Change UserID to int64 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/431
  • Handle error in NewWebhook and NewWebhookWithCert by @Eivel in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/375
  • Add helper for InlineKeyboardButtonLoginURL by @antsupovsa in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/267
  • Updates for Bot API 5.2, other small fixes by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/443
  • Add improved documentation by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/434
  • Updates for Bot API 5.3 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/460
  • Updates for Bot API 5.4 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/486
  • Create interface for file data by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/469
  • Deduplicate code, improve response accuracy. by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/202
  • [FEAT]: Add SentFrom method to Update type by @quenbyako in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/416
  • Fix bug with update channel closing, add ListenForWebhookRespReqFormat method by @farit2000 in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/395
  • Fix typos and grammar issues in comments by @alexandear in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/483
  • Fix comment format for functions and constants by @alexandear in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/487

New Contributors

  • @AlessandroPomponio made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/305
  • @CNA-Bld made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/312
  • @biodranik made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/336
  • @zergon321 made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/261
  • @ErrorBoi made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/321
  • @ErikPelli made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/388
  • @Eivel made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/375
  • @antsupovsa made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/267
  • @quenbyako made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/416
  • @farit2000 made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/395
  • @alexandear made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/483

- Go
Published by Syfaro about 4 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - v5.4.0-beta.0

What's Changed

  • Bot API 4.6: Polls 2.0, misc. changes by @tjhorner in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/302
  • Resolve develop conflicts by @zhuharev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/307
  • Add FileUniqueID to ChatAnimation by @AlessandroPomponio in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/305
  • Create helper function WriteToHTTPResponse by @CNA-Bld in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/312
  • Added omitempty tag for clean JSON marshaling by @biodranik in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/336
  • fix add sticker to stickerset uploads by url and fileId by @overplumbum in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/210
  • Uploading a new photo to a channel functionality added. by @zergon321 in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/261
  • Cleanup bot test by @ErrorBoi in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/321
  • Add API type docks pack one by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/383
  • Add API type docks pack two by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/384
  • Add API type docks pack three by @ilyakaznacheev in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/385
  • Attempt to use GitHub Actions by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/359
  • Escape Telegram formatting symbols by @ErikPelli in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/388
  • Updates for Bot API 5.0 and 5.1 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/392
  • Add support for uploading multiple files by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/356
  • Change UserID to int64 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/431
  • Handle error in NewWebhook and NewWebhookWithCert by @Eivel in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/375
  • Add helper for InlineKeyboardButtonLoginURL by @antsupovsa in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/267
  • Updates for Bot API 5.2, other small fixes by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/443
  • Add improved documentation by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/434
  • Updates for Bot API 5.3 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/460
  • Updates for Bot API 5.4 by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/486
  • Create interface for file data by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/469
  • Deduplicate code, improve response accuracy. by @Syfaro in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/202

New Contributors

  • @AlessandroPomponio made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/305
  • @CNA-Bld made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/312
  • @biodranik made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/336
  • @zergon321 made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/261
  • @ErrorBoi made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/321
  • @ErikPelli made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/388
  • @Eivel made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/375
  • @antsupovsa made their first contribution in https://github.com/go-telegram-bot-api/telegram-bot-api/pull/267

Full Changelog: https://github.com/go-telegram-bot-api/telegram-bot-api/compare/v5.0.1...v5.4.0-beta.0

- Go
Published by Syfaro over 4 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Bot API 2.3

This release adds the new features and changes from the Telegram Bot API 2.3.

Please note that Telegram is deprecating the hide_keyboard field in favor of remove_keyboard.

- Go
Published by Syfaro over 9 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Fix BaseEdit.values to allow editing inline messages

chatid and messageid should be sent only if there is no inlinemessageid (and vice versa), according to documentation. Without this change it is impossible to edit a message by InlineMessageID, because chatid and messageid are always presented in a query and the Telegram server tries to use them instead of InlineMessageID

https://github.com/go-telegram-bot-api/telegram-bot-api/pull/55

- Go
Published by Syfaro over 9 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - General improvements

This release adds the following new helper methods. - NewInlineQueryResultArticleMarkdown(id, title, messageText string) - NewInlineQueryResultArticleHTML(id, title, messageText string) - NewInlineQueryResultPhotoWithThumb(id, url, thumb string)

It also fixes a bug where update offsets could not be negative, which is a valid value.

- Go
Published by Syfaro over 9 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Bot API 2.1

This release adds support for the new chat methods as part of the Bot API 2.1. It also adds support for bots to get edited messages.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - New fields for Sticker and Message

This release adds the new Emoji field on Sticker and ForwardFromChat field on Message.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Fix ReplyMarkup on editing configs.

This release fixes the ReplyMarkup on config structs for editing messages.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Add missing helpers and fix broken config

Adds NewMessageToChannel, fix an issue with ReplyMarkup in EditMessageReplyMarkupConfig.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Add more helpers

This release adds more helpers to ease creating keyboards among other things.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Bot API 2.0

This release implements the new Bot API 2.0 features. It also resolves issues with several of Telegram's changes.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Fix ChatIDs

This release resolves the issue where chats with larger IDs were incorrect as they overflowed the default int type.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Fix InlineQuery From field.

Fix bug in InlineQuery From field, also adds example for answering inline queries.

- Go
Published by Syfaro almost 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Full Inline Query support

This release fixes Inline Query support and adds helpers for creating Inline Query responses.

- Go
Published by Syfaro about 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Remove deprecated functions, clean up others.

This version removes previously deprecated functions and values, prefixes all error constants with Err, removes a string error and replaces it with a constant, makes Message.Command return just the command without slash or bot name if specified, and removes the http.Handler returned by ListenForWebhook.

- Go
Published by Syfaro about 10 years ago

https://github.com/go-telegram-bot-api/telegram-bot-api - Major documentation and code cleanup.

All documention is now less than 80 characters wide. Old methods now show deprecated warnings. The Values/Params/Method functions are now private. Types and configs have required and optional comments on them. Simplified some function logic.

- Go
Published by Syfaro about 10 years ago