ptbtest icon indicating copy to clipboard operation
ptbtest copied to clipboard

Create LinkManager for EntityParser

Open elebur opened this issue 9 months ago • 0 comments

Here is the implementation in the tdlib. Among other things, it is used to check whether a user has sent a proper URL.

  • [ ] check whether the URL is valid (domain, protocol)
  • [ ] escape special symbols in URLs (whitespace == %20, + == %2B, etc.)

elebur avatar Mar 31 '25 15:03 elebur