SetSupergroupMainProfileTab constructor
SetSupergroupMainProfileTab({
- required int supergroupId,
- ProfileTab? mainProfileTab,
Implementation
SetSupergroupMainProfileTab({
required this.supergroupId,
this.mainProfileTab,
});