Layer 220
HelpGetDeepLinkInfo
Get info about an unsupported deep link, see here for more info.
method
Users
help.getDeepLinkInfo#3fedc75f path:string = help.DeepLinkInfo;
Parameters
| Name | Type | Description |
|---|---|---|
| Path | string | Path component of a tg: link |
Returns
help.DeepLinkInfoGogram Example
// HelpGetDeepLinkInfo - positional arguments result, err := client.HelpGetDeepLinkInfo("...") if err != nil { // handle error } // result is *tg.HelpDeepLinkInfo