ptbtest
ptbtest copied to clipboard
Create LinkManager for EntityParser
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.)