help.getDeepLinkInfo
Get info about an unsupported deep link, see here for more info ».
func (c *Client) HelpGetDeepLinkInfo(ctx context.Context, path string) (HelpDeepLinkInfoClass, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.HelpGetDeepLinkInfo(ctx, path)
if err != nil {
return err
}
_ = res // HelpDeepLinkInfoClass
return nil
})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
Path | string | yes | Path component of a tg: link |
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
help.getDeepLinkInfo#3fedc75f