Skip to content

Releases: go-telegram-bot-api/telegram-bot-api

Add missing helpers and fix broken config

23 Apr 14:51
Compare
Choose a tag to compare

Adds NewMessageToChannel, fix an issue with ReplyMarkup in EditMessageReplyMarkupConfig.

Add more helpers

15 Apr 13:34
Compare
Choose a tag to compare

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

Bot API 2.0

14 Apr 18:46
Compare
Choose a tag to compare

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

Fix ChatIDs

24 Mar 18:25
Compare
Choose a tag to compare

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

Fix InlineQuery From field.

28 Feb 16:21
Compare
Choose a tag to compare

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

Allow disabling notifications for sent messages.

25 Feb 13:58
Compare
Choose a tag to compare
v2.2.0

Allow disabling notifications for sent messages.

Full Inline Query support

18 Jan 06:34
Compare
Choose a tag to compare

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

Remove deprecated functions, clean up others.

04 Jan 20:37
Compare
Choose a tag to compare

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.

Major documentation and code cleanup.

04 Jan 00:01
Compare
Choose a tag to compare

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.