Releases: go-telegram/bot
Releases Β· go-telegram/bot
v1.11.1
- fix CreateNewStickerSetParams (#132)
v1.9.1
- fix unmarshal
ChatBackground
type (#126)
v1.9.0
- IMPORTANT! New option
WithNotAsyncHandlers
allows to run handlers in the main goroutine. Now, by default, all handlers are run in separate goroutines.
v1.8.4
- add method GetBusinessConnection (#123)
v1.8.3
- add function
bot.SetToken
- update GitHub action versions
v1.8.2
- change field type
FromChatID
from string to any for ForwardMessageParams
, ForwardMessagesParams
, CopyMessageParams
and CopyMessagesParams
params