Breaking Bot API v7.0 and v7.1 support and other minor changes
Major breaking changes:
- Types:
- Fields
Message.Forward*
replaced withMessage.ForwardOrigin.*
- Change type of
Message.PinnedMessage
fromMessage
toMaybeInaccessibleMessage
- Renaming field of
Message
and typeUserShared
->UsersShared
- Change type of
CallbackQuery.Message
fromMessage
toMaybeInaccessibleMessage
InputTextMessageContent.DisableWebPagePreview
replaced withInputTextMessageContent.LinkPreviewOptions
- Fields
- Methods:
- Replace
*.DisableWebPagePreview(...)
with*.LinkPreviewOptions(...)
- Replace
*.AllowSendingWithoutReply(...)
and*.ReplyToMessageID(...)
with*.ReplyParameters(...)
- Replace
Other changes
- allow to use custom func for get ip from request by @mr-linch in #133
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #134
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #136
- Add blockquote support for HTML and MD2 by @adasauce in #138
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #139
New Contributors
Full Changelog: v0.11.0...v0.12.0