v1.0.0 beta 16

This commit is contained in:
2026-03-12 18:04:46 +03:00
parent d6e2daec04
commit c179a3f5f0
3 changed files with 10 additions and 9 deletions

1
bot.go
View File

@@ -257,6 +257,7 @@ func NewBot[T any](opts *BotOpts) *Bot[T] {
bot := &Bot[T]{
updateOffset: 0,
errorTemplate: "%s",
payloadType: BotPayloadBase64,
updateQueue: updateQueue,
api: api,
uploader: uploader,