V2TimOfficialAccountInfo constructor

V2TimOfficialAccountInfo({
  1. int? createTime,
  2. String? customData,
  3. String? faceUrl,
  4. String? officialAccountID,
  5. String? introduction,
  6. String? officialAccountName,
  7. String? organization,
  8. String? ownerUserID,
  9. int? subscriberCount,
  10. int? subscribeTime,
})

Implementation

V2TimOfficialAccountInfo({
  this.createTime,
  this.customData,
  this.faceUrl,
  this.officialAccountID,
  this.introduction,
  this.officialAccountName,
  this.organization,
  this.ownerUserID,
  this.subscriberCount,
  this.subscribeTime,
});