View Source ExTDLib.Method.GetInternalLink (ExTDLib v0.0.4)

Returns an HTTPS or a tg: link with the given type. Can be called before authorization. Returns object_ptr<HttpUrl>.

NameTypeDescription
typeInternalLinkTypeExpected type of the link.
is_httpboolPass true to create an HTTPS link (only available for some link types); pass false to create a tg: link.

More details on telegram's documentation.