ChatInviteLinks constructor

ChatInviteLinks({
  1. String? extra,
  2. int? client_id,
  3. int32? total_count,
  4. vector<ChatInviteLink>? invite_links,
})

Implementation

ChatInviteLinks({
  super.extra,
  super.client_id,
  this.total_count,
  this.invite_links,
});