SetSupergroupMainProfileTab constructor

SetSupergroupMainProfileTab({
  1. required int supergroupId,
  2. ProfileTab? mainProfileTab,
})

Implementation

SetSupergroupMainProfileTab({
  required this.supergroupId,
  this.mainProfileTab,
});