ChatInviteLinkInfo constructor

ChatInviteLinkInfo({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int32? accessible_for,
  5. ChatType? type,
  6. string? title,
  7. ChatPhotoInfo? photo,
  8. string? description,
  9. int32? member_count,
  10. vector<int53>? member_user_ids,
  11. Bool? creates_join_request,
  12. Bool? is_public,
})

Implementation

ChatInviteLinkInfo({
  super.extra,
  super.client_id,
  this.chat_id,
  this.accessible_for,
  this.type,
  this.title,
  this.photo,
  this.description,
  this.member_count,
  this.member_user_ids,
  this.creates_join_request,
  this.is_public,
});