telegram-bot-api v4.5.0 Release Notes

Release Date: 2016-07-27 // over 7 years ago
  • 🚀 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.