Releases: go-telegram/bot
Releases Β· go-telegram/bot
v1.3.1
- add Marshal functions for struct with many types
- ChatBoostSource
- ChatBackground
- ChatMember
- MenuButton
- MaybeInaccessibleMessage
- ReactionType
- MessageOrigin
It allow you to use json.Marshal/Unmarsal for library structs
v1.2.2
- fix race in test
- add example inline_keyboard_multiselect
v1.2.1
- Added error handling for specific error codes (#69)
- fix: exit from waitUpdates function when context is terminated (#75)
v1.2.0
- support API v7.2
- remove worker pool
- add option
WithUpdatesChannelCap
v1.1.7
- add error
ErrorForbidden
for responses with error code 403
- fix CopyMessages capture response
- ForwardMessages properly unmarshal result (#68)
v1.1.6
- ForwardMessages return slice of MessageID (#66)
v1.1.5
- add option WithAllowedUpdates (#65)
v1.1.4
- fix
CallbackQuery.Message
field type from InaccessibleMessage
to MaybeInaccessibleMessage