TMeUrls constructor

const TMeUrls({
  1. required List<TMeUrl> urls,
  2. dynamic extra,
  3. int? clientId,
})

Contains a list of t.me URLs

Implementation

const TMeUrls({
  required this.urls,
  this.extra,
  this.clientId,
});