Added max connections configuration option to SetWebHook

This commit is contained in:
Dmitry V 2017-01-17 17:18:26 +03:00
parent 80bdd621f7
commit 833e457376
3 changed files with 23 additions and 0 deletions

View file

@ -770,6 +770,7 @@ type UpdateConfig struct {
type WebhookConfig struct {
URL *url.URL
Certificate interface{}
MaxConnections int
}
// FileBytes contains information about a set of bytes to upload