Layer 220
method Users
account.deleteBusinessChatLink#60073674 slug:string = Bool;

Parameters

Name Type Description
Slug string Slug of the link, obtained as specified here.

Returns

Bool

Possible Errors

Code Type Description
400 CHATLINK_SLUG_EMPTY The specified slug is empty.
400 CHATLINK_SLUG_EXPIRED The specified business chat link has expired.

Gogram Example

// AccountDeleteBusinessChatLink - positional arguments
result, err := client.AccountDeleteBusinessChatLink("...")
if err != nil {
    // handle error
}
// result is *tg.Bool