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>.
| Name | Type | Description |
|---|---|---|
| type | InternalLinkType | Expected type of the link. |
| is_http | bool | Pass 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.