GetInternalLink constructor

GetInternalLink(
  1. {required InternalLinkType type,
  2. required bool is_http,
  3. int? extra,
  4. int? clientId}
)

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

Returns HttpUrl

Implementation

GetInternalLink