Layer 224
AccountDeleteBusinessChatLink
Delete a business chat deep link.
method
Users
account.deleteBusinessChatLink#60073674 slug:string = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | Slug of the link, obtained as specified here. |
Returns
BoolGogram Example
// AccountDeleteBusinessChatLink - positional arguments result, err := client.AccountDeleteBusinessChatLink("Hello, World!") if err != nil { // handle error } // result is *tg.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. |