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.