Skip to main content

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

NameTypeRequiredDescription
PathstringyesPath component of a tg: link

Returns

HelpDeepLinkInfoClass

References