TMeUrlTypeSupergroup constructor

const TMeUrlTypeSupergroup({
  1. required int supergroupId,
})

A URL linking to a public supergroup or channel

Implementation

const TMeUrlTypeSupergroup({
  required this.supergroupId,
});