Layer 220
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
BoolPossible 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