InternalLinkTypeTheme constructor

const InternalLinkTypeTheme({
  1. required String themeName,
  2. dynamic extra,
  3. int? clientId,
})

The link is a link to a theme. TDLib has no theme support yet

Implementation

const InternalLinkTypeTheme({
  required this.themeName,
  this.extra,
  this.clientId,
});