TMeUrl constructor
      const
      TMeUrl({ 
    
- required String url,
- required TMeUrlType type,
Represents a URL linking to an internal Telegram entity
Implementation
const TMeUrl({
  required this.url,
  required this.type,
});