From 09e97371c2a05f40e93fd2c38e479f9541df0fdc Mon Sep 17 00:00:00 2001 From: Negasus Date: Tue, 2 Apr 2024 17:22:59 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50d67d0..3274183 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ b, err := bot.New("YOUR_BOT_TOKEN_FROM_BOTFATHER", opts...) - `WithServerURL(serverURL string)` - set server url - `WithSkipGetMe()` - skip call GetMe on bot init - `WithAllowedUpdates(params AllowedUpdates)` - set [allowed_updates](https://core.telegram.org/bots/api#getupdates) for getUpdates method +- `WithUpdatesChannelCap(cap int)` - set updates channel capacity, by default 1024 ## Message.Text and CallbackQuery.Data handlers