Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
negasus committed Oct 10, 2024
1 parent c54fc0d commit 83b3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83b3a32

Please sign in to comment.