TMeUrl constructor

const TMeUrl({
  1. required String url,
  2. required TMeUrlType type,
})

Represents a URL linking to an internal Telegram entity

Implementation

const TMeUrl({
  required this.url,
  required this.type,
});