ChatInviteLink constructor
ChatInviteLink({})
Implementation
ChatInviteLink({
super.extra,
super.client_id,
this.invite_link,
this.name,
this.creator_user_id,
this.date,
this.edit_date,
this.expiration_date,
this.member_limit,
this.member_count,
this.pending_join_request_count,
this.creates_join_request,
this.is_primary,
this.is_revoked,
});