diff --git a/methods_params.go b/methods_params.go index 67c90b7..df97ca5 100644 --- a/methods_params.go +++ b/methods_params.go @@ -634,7 +634,7 @@ type GetUserChatBoostsParams struct { UserID int `json:"user_id"` } -// GetUserChatBoostsParams https://core.telegram.org/bots/api#getbusinessconnection +// GetBusinessConnectionParams https://core.telegram.org/bots/api#getbusinessconnection type GetBusinessConnectionParams struct { BusinessConnectionID any `json:"business_connection_id"` }