Skip to content

General improvements

Compare
Choose a tag to compare
@Syfaro Syfaro released this 27 Jul 01:44
· 418 commits to master since this release

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.