Parse from a json
factory TMeUrlTypeSupergroup.fromJson(Map<String, dynamic> json) => TMeUrlTypeSupergroup( supergroupId: json['supergroup_id'], );