From 83b3a326618e3f8867dda2b0f4b4fde61f1ec2fd Mon Sep 17 00:00:00 2001 From: negasus Date: Thu, 10 Oct 2024 16:24:06 +0300 Subject: [PATCH] fix link --- methods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods.go b/methods.go index b450bf4..bde06d5 100644 --- a/methods.go +++ b/methods.go @@ -538,7 +538,7 @@ func (b *Bot) GetUserChatBoosts(ctx context.Context, params *GetUserChatBoostsPa return result, err } -// GetBusinessConnection https://core.telegram.org/bots/api#getBusinessConnection +// GetBusinessConnection https://core.telegram.org/bots/api#getbusinessconnection func (b *Bot) GetBusinessConnection(ctx context.Context, params *GetBusinessConnectionParams) (*models.BusinessConnection, error) { result := &models.BusinessConnection{} err := b.rawRequest(ctx, "getBusinessConnection", params, &result)