all repos — telegram-bot-api @ 64517d16e7c54529952c535c22764e8cbbfd939c

Golang bindings for the Telegram Bot API

Mark WebhookInfo.MaxConnections as optional
Jiayu Yi yijiayu@gmail.com
Tue, 21 Jul 2020 16:33:33 +0800
commit

64517d16e7c54529952c535c22764e8cbbfd939c

parent

69bab9a28f2047c696d5c4d1c088fca6a2768bb8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M types.gotypes.go

@@ -571,7 +571,7 @@ HasCustomCertificate bool `json:"has_custom_certificate"`

PendingUpdateCount int `json:"pending_update_count"` LastErrorDate int `json:"last_error_date"` // optional LastErrorMessage string `json:"last_error_message"` // optional - MaxConnections int `json:"max_connections"` + MaxConnections int `json:"max_connections"` // optional } // IsSet returns true if a webhook is currently set.